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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 臟??臟??B | 111001000110011000111111001111111110010001100110001111110011111101000010 | e4663f3fe4663f3f42 |
EUC-JP | 臟??臟??B | 111001111100011100111111001111111110011111000111001111110011111101000010 | e7c73f3fe7c73f3f42 |
UTF-8 | 臟뤹윢臟뤹윢B | 11101000100001111001111111101011101001001011100111101100100111001010001011101000100001111001111111101011101001001011100111101100100111001010001001000010 | e8879feba4b9ec9ca2e8879feba4b9ec9ca242 |
UHC | 臟뤹윢臟뤹윢B | 11101101111101001000111111100111100111111010001111101101111101001000111111100111100111111010001101000010 | edf48fe79fa3edf48fe79fa342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)