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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 芽糾 | 10001001111010001000101110001010 | 89e88b8a |
EUC-JP | 芽糾 | 10110010111010101011010111101010 | b2eab5ea |
UTF-8 | 芽糾 | 111010001000101010111101111001111011001110111110 | e88abde7b3be |
UHC | 芽糾 | 11100100101101001101000010101100 | e4b4d0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)