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 | 聰一 | 11100011111000001000100011101010 | e3e088ea |
EUC-JP | 聰一 | 11100110111000101011000011101100 | e6e2b0ec |
UTF-8 | 聰一 | 111010001000000110110000111001001011100010000000 | e881b0e4b880 |
UHC | 聰一 | 11110101110001101110110011101001 | f5c6ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)