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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ェ橫ン | 111110011010010010101010111110101110111011011101 | f9a4aafaeedd |
EUC-JP | ?ェ?ン | 001111111000111010101010001111111000111011011101 | 3f8eaa3f8edd |
UTF-8 | ェ橫ン | 111011101001101110111111111011111011110110101010111001101010100110101011111011111011111010011101 | ee9bbfefbdaae6a9abefbe9d |
UHC | ??橫? | 0011111100111111111111001111010000111111 | 3f3ffcf43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)