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 | 芽涯 | 10001001111010001000101001010101 | 89e88a55 |
EUC-JP | 芽涯 | 10110010111010101011001110110110 | b2eab3b6 |
UTF-8 | 芽涯 | 111010001000101010111101111001101011011010101111 | e88abde6b6af |
UHC | 芽涯 | 11100100101101001110010011110011 | e4b4e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)