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 | ?~] | 001111110111111001011101 | 3f7e5d |
SJIS-WIN | 鯀~] | 11101001101111110111111001011101 | e9bf7e5d |
EUC-JP | 鯀~] | 11110010110000010111111001011101 | f2c17e5d |
UTF-8 | 鯀~] | 1110100110101111100000000111111001011101 | e9af807e5d |
UHC | ?~] | 001111110111111001011101 | 3f7e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)