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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瓦泥ぞ | 100010101010001010010011010001001000001010111100 | 8aa2934482bc |
EUC-JP | 瓦泥ぞ | 101101001010010011000101101001011010010010111110 | b4a4c5a5a4be |
UTF-8 | 瓦泥ぞ | 111001111001001110100110111001101011001110100101111000111000000110011110 | e793a6e6b3a5e3819e |
UHC | 瓦泥ぞ | 111010001011111111010010111110101010101010111110 | e8bfd2faaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)