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 | ?`???_B | 00111111011000000011111100111111001111110101111101000010 | 3f603f3f3f5f42 |
SJIS-WIN | ?`???_B | 00111111011000000011111100111111001111110101111101000010 | 3f603f3f3f5f42 |
EUC-JP | ?`???_B | 00111111011000000011111100111111001111110101111101000010 | 3f603f3f3f5f42 |
UTF-8 | 혟`찾첩횪_B | 111011011001100010011111011000001110110010110000101111101110110010110010101010011110110110011010101010100101111101000010 | ed989f60ecb0beecb2a9ed9aaa5f42 |
UHC | 혟`찾첩횪_B | 1100001010001001011000001100001110100011110000111011100011000011101000000101111101000010 | c28960c3a3c3b8c3a05f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)