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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?①???? | 00111111100001110100000000111111001111110011111100111111 | 3f87403f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 劣①뒮列⑴뜥 | 111011111010011010011101111000101001000110100000111010111001001010101110111011111010011010011100111000101001000110110100111010111001110010100101 | efa69de291a0eb92aeefa69ce291b4eb9ca5 |
UHC | 劣①뒮列⑴뜥 | 111001101110101110101000111001111000101010100111111001101110101010101001111001111000110110101000 | e6eba8e78aa7e6eaa9e78da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)