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 | 助?町 | 1000111110010101001111111001001010101100 | 8f953f92ac |
EUC-JP | 助?町 | 1011110111110101001111111100010010101110 | bdf53fc4ae |
UTF-8 | 助렑町 | 111001011000101010101001111010111010000010010001111001111001010010111010 | e58aa9eba091e794ba |
UHC | 助렑町 | 111100001011111010001110101001101110111111101011 | f0be8ea6efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)