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 | 1110100010110100100011010100110001000010 | e8b48d4c42 |
SJIS-WIN | ?´?LB | 001111111000000101001100001111110100110001000010 | 3f814c3f4c42 |
EUC-JP | è´?LB | 1000111110101011101100101010000110101101001111110100110001000010 | 8fabb2a1ad3f4c42 |
UTF-8 | è´LB | 1100001110101000110000101011010011000010100011010100110001000010 | c3a8c2b4c28d4c42 |
UHC | ?´?LB | 001111111010001010100101001111110100110001000010 | 3fa2a53f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)