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 | 11100100101111011011011001000010 | e4bdb642 |
EUC-JP | 菴カB | 1110100010111111100011101011011001000010 | e8bf8eb642 |
UTF-8 | 菴カB | 11101000100011111011010011101111101111011011011001000010 | e88fb4efbdb642 |
UHC | 菴?B | 11100100111000000011111101000010 | e4e03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)