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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???蓍h | 001111110011111100111111111001001110011101101000 | 3f3f3fe4e768 |
EUC-JP | ???蓍h | 001111110011111100111111111010001110100101101000 | 3f3f3fe8e968 |
UTF-8 | 렊렚쒔蓍h | 11101011101000001000101011101011101000001001101011101100100100101001010011101000100100111000110101101000 | eba08aeba09aec9294e8938d68 |
UHC | 렊렚쒔蓍h | 100011101010000110001110101011011011111010101101111000111100100101101000 | 8ea18eadbeade3c968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)