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 | 襞峨臼 | 111001011111110010001001111000111000100101010000 | e5fc89e38950 |
EUC-JP | 襞峨臼 | 111010101111111010110010111001011011000110110001 | eafeb2e5b1b1 |
UTF-8 | 襞峨臼 | 111010001010010110011110111001011011001110101000111010001000011110111100 | e8a59ee5b3a8e887bc |
UHC | ?峨臼 | 0011111111100100101100011100111110111111 | 3fe4b1cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)