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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 燿?? | 11100000101000000011111100111111 | e0a03f3f |
EUC-JP | 燿?盼 | 111000001010001000111111100011111100111011011001 | e0a23f8fced9 |
UTF-8 | 燿졈盼 | 111001111000011110111111111011001010000110001000111001111001101110111100 | e787bfeca188e79bbc |
UHC | 燿졈盼 | 111010001111110011000001101100011101101011110000 | e8fcc1b1daf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)