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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 咫?奴G | 100110100100000000111111100100110111101001000111 | 9a403f937a47 |
EUC-JP | 咫?奴G | 110100111010000100111111110001011101101101000111 | d3a13fc5db47 |
UTF-8 | 咫곕奴G | 11100101100100101010101111101010101100111001010111100101101001011011010001000111 | e592abeab395e5a5b447 |
UHC | 咫곕奴G | 11110010101000011011000011101011110100101011111101000111 | f2a1b0ebd2bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)