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 | 迸曦 | 11100111100111101001111001000110 | e79e9e46 |
EUC-JP | 迸曦 | 11101101111111101101101110100111 | edfedba7 |
UTF-8 | 迸曦 | 111010001011111110111000111001101001101110100110 | e8bfb8e69ba6 |
UHC | ?曦 | 001111111111110111110110 | 3ffdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)