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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肅ャェ | 1110001111100111100000111000001110101010 | e3e78383aa |
EUC-JP | 肅ャェ | 111001101110100110100101111000111000111010101010 | e6e9a5e38eaa |
UTF-8 | 肅ャェ | 111010001000001010000101111000111000001110100011111011111011110110101010 | e88285e383a3efbdaa |
UHC | 肅ャ? | 1110001011011100101010111110001100111111 | e2dcabe33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)