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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 鵝?x | 11101010010000000011111101111000 | ea403f78 |
EUC-JP | 鵝?x | 11110011101000010011111101111000 | f3a13f78 |
UTF-8 | 鵝냍x | 11101001101101011001110111101011100000111000110101111000 | e9b59deb838d78 |
UHC | 鵝냍x | 1110010010111101100001100101011101111000 | e4bd865778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)