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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 葹蓚B | 1110010011011111111001001110100101000010 | e4dfe4e942 |
EUC-JP | 葹蓚B | 1110100011100001111010001110101101000010 | e8e1e8eb42 |
UTF-8 | 葹蓚B | 11101000100100011011100111101000100100111001101001000010 | e891b9e8939a42 |
UHC | ?蓚B | 00111111111000101011111001000010 | 3fe2be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)