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 | 翳。ッ | 11100011110010001010000110101111 | e3c8a1af |
EUC-JP | 翳。ッ | 111001101100101010001110101000011000111010101111 | e6ca8ea18eaf |
UTF-8 | 翳。ッ | 111001111011111110110011111011111011110110100001111011111011110110101111 | e7bfb3efbda1efbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)