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 | 迸曰 | 11100111100111101001111001001000 | e79e9e48 |
EUC-JP | 迸曰 | 11101101111111101101101110101001 | edfedba9 |
UTF-8 | 迸曰 | 111010001011111110111000111001101001101110110000 | e8bfb8e69bb0 |
UHC | ?曰 | 001111111110100011011000 | 3fe8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)