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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 濡??x | 1001010001000111001111110011111101111000 | 94473f3f78 |
EUC-JP | 濡??x | 1100011110101000001111110011111101111000 | c7a83f3f78 |
UTF-8 | 濡뽯죸x | 11100110101111111010000111101011101111011010111111101100101000111011100001111000 | e6bfa1ebbdafeca3b878 |
UHC | 濡뽯죸x | 11101011101000011001011011101011101000011001001001111000 | eba196eba19278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)