To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ëê¼ëê¼^ | 111010111110101010001110101111001110101111101010100011101011110001011110 | ebea8ebcebea8ebc5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ëê??ëê??^ | 1000111110101011101100111000111110101011101101000011111100111111100011111010101110110011100011111010101110110100001111110011111101011110 | 8fabb38fabb43f3f8fabb38fabb43f3f5e |
UTF-8 | ëê¼ëê¼^ | 1100001110101011110000111010101011000010100011101100001010111100110000111010101111000011101010101100001010001110110000101011110001011110 | c3abc3aac28ec2bcc3abc3aac28ec2bc5e |
UHC | ???¼???¼^ | 0011111100111111001111111010100011111001001111110011111100111111101010001111100101011110 | 3f3f3fa8f93f3f3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)