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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ンエ | 110111011111011011100110101101001111001110111110 | ddf6e6b4f3be |
EUC-JP | ン?エ? | 100011101101110100111111100011101011010000111111 | 8edd3f8eb43f |
UTF-8 | ンエ | 111011111011111010011101111011101001010010001101111011111011110110110100111011101000101010110001 | efbe9dee948defbdb4ee8ab1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)