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 | 洵?洵?^ | 10011111101010110011111110011111101010110011111101011110 | 9fab3f9fab3f5e |
EUC-JP | 洵鉥洵鉥^ | 1101111010101101100011111110001111101000110111101010110110001111111000111110100001011110 | dead8fe3e8dead8fe3e85e |
UTF-8 | 洵鉥洵鉥^ | 11100110101101001011010111101001100010011010010111100110101101001011010111101001100010011010010101011110 | e6b4b5e989a5e6b4b5e989a55e |
UHC | 洵鉥洵鉥^ | 111000101110011111100010111111001110001011100111111000101111110001011110 | e2e7e2fce2e7e2fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)