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 | 10110010101001110100110001000010 | b2a74c42 |
SJIS-WIN | ?§LB | 0011111110000001100110000100110001000010 | 3f81984c42 |
EUC-JP | ?§LB | 0011111110100001111110000100110001000010 | 3fa1f84c42 |
UTF-8 | ²§LB | 110000101011001011000010101001110100110001000010 | c2b2c2a74c42 |
UHC | ²§LB | 101010011111011110100001110101110100110001000010 | a9f7a1d74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)