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 | çë LB | 1110011110010010100010111110101110100000100101110100110001000010 | e7928beba0974c42 |
SJIS-WIN | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
EUC-JP | ç??ë??LB | 100011111010101110101110001111110011111110001111101010111011001100111111001111110100110001000010 | 8fabae3f3f8fabb33f3f4c42 |
UTF-8 | çë LB | 1100001110100111110000101001001011000010100010111100001110101011110000101010000011000010100101110100110001000010 | c3a7c292c28bc3abc2a0c2974c42 |
UHC | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)