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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ハ薀ハ薀^ | 11001010111001010100010011001010111001010100010001011110 | cae544cae5445e |
EUC-JP | ハ薀ハ薀^ | 100011101100101011101001101001011000111011001010111010011010010101011110 | 8ecae9a58ecae9a55e |
UTF-8 | ハ薀ハ薀^ | 11101111101111101000101011101000100101101000000011101111101111101000101011101000100101101000000001011110 | efbe8ae89680efbe8ae896805e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)