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 | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
SJIS-WIN | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
EUC-JP | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
UTF-8 | 쩌횩쩌횛BB | 1110110010101001100011001110110110011010101010011110110010101001100011001110110110011010100110110100001001000010 | eca98ced9aa9eca98ced9a9b4242 |
UHC | 쩌횩쩌횛BB | 11000010101111001100001110011111110000101011110011000011100101010100001001000010 | c2bcc39fc2bcc3954242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)