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 | ???a??oB | 0011111100111111001111110110000100111111001111110110111101000010 | 3f3f3f613f3f6f42 |
SJIS-WIN | ???a??oB | 0011111100111111001111110110000100111111001111110110111101000010 | 3f3f3f613f3f6f42 |
EUC-JP | ??ʼna??oB | 00111111001111111000111110101001110010100110000100111111001111110110111101000010 | 3f3f8fa9ca613f3f6f42 |
UTF-8 | 룶죴ʼna룵句oB | 1110101110100011101101101110110010100011101101001100010110001001011000011110101110100011101101011110111110100100100001100110111101000010 | eba3b6eca3b4c58961eba3b5efa4866f42 |
UHC | 룶죴ʼna룵句oB | 10001111101010111010000110001111101010011011000001100001100011111010101011001111111110110110111101000010 | 8faba18fa9b0618faacffb6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)