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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?豺?豺B | 00111111111001101011011100111111111001101011011101000010 | 3fe6b73fe6b742 |
EUC-JP | ?豺?豺B | 00111111111011001011100100111111111011001011100101000010 | 3fecb93fecb942 |
UTF-8 | 렣豺렣豺B | 11101011101000001010001111101000101100011011101011101011101000001010001111101000101100011011101001000010 | eba0a3e8b1baeba0a3e8b1ba42 |
UHC | 렣豺렣豺B | 100011101011010011100011110011111000111010110100111000111100111101000010 | 8eb4e3cf8eb4e3cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)