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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 朎] | 1111101011011111111110011110001001011101 | fadff9e25d |
EUC-JP | 朎?] | 1000111111000010111100000011111101011101 | 8fc2f03f5d |
UTF-8 | 朎] | 11100110100111001000111011101110100111001011110101011101 | e69c8eee9cbd5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)