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 | 1110110010001000101101110100110001000010 | ec88b74c42 |
SJIS-WIN | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
EUC-JP | ì??LB | 10001111101010111100000000111111001111110100110001000010 | 8fabc03f3f4c42 |
UTF-8 | ì·LB | 1100001110101100110000101000100011000010101101110100110001000010 | c3acc288c2b74c42 |
UHC | ??·LB | 001111110011111110100001101001000100110001000010 | 3f3fa1a44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)