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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逍顏癰B | 11100111100101101110100011111000111000011001111001000010 | e796e8f8e19e42 |
EUC-JP | 逍顏癰B | 11101101111101101111000011111010111000011111111001000010 | edf6f0fae1fe42 |
UTF-8 | 逍顏癰B | 11101001100000001000110111101001101000011000111111100111100110011011000001000010 | e9808de9a18fe799b042 |
UHC | 逍?癰B | 111000011100111000111111111010001011100101000010 | e1ce3fe8b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)