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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 襄?H | 11100101111101010011111101001000 | e5f53f48 |
EUC-JP | 襄?H | 11101010111101110011111101001000 | eaf73f48 |
UTF-8 | 襄솨H | 11101000101001011000010011101100100001101010100001001000 | e8a584ec86a848 |
UHC | 襄솨H | 1110010111010001101111001101110101001000 | e5d1bcdd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)