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 | ???L? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
SJIS-WIN | ???L? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
EUC-JP | ???L? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
UTF-8 | 혨횞책L혨 | 11101101100110001010100011101101100110101001111011101100101100011000010101001100111011011001100010101000 | ed98a8ed9a9eecb1854ced98a8 |
UHC | 혨횞책L혨 | 110000101001000011000011100101111100001110100101010011001100001010010000 | c290c397c3a54cc290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)