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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | ?ェ?ッN | 0011111110101010001111111010111101001110 | 3faa3faf4e |
EUC-JP | ?ェ?ッN | 00111111100011101010101000111111100011101010111101001110 | 3f8eaa3f8eaf4e |
UTF-8 | 䭵ェッN | 11100100101011011011010111101111101111011010101011101110101111001010000111101111101111011010111101001110 | e4adb5efbdaaeebca1efbdaf4e |
UHC | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)