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 | 躊軛軛 | 111001110101001111100111011000101110011101100010 | e753e762e762 |
EUC-JP | 躊軛軛 | 111011011011010011101101110000111110110111000011 | edb4edc3edc3 |
UTF-8 | 躊軛軛 | 111010001011101010001010111010001011101110011011111010001011101110011011 | e8ba8ae8bb9be8bb9b |
UHC | 躊?? | 11110001110011000011111100111111 | f1cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)