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 | ア薀ア薀^ | 10110001111001010100010010110001111001010100010001011110 | b1e544b1e5445e |
EUC-JP | ア薀ア薀^ | 100011101011000111101001101001011000111010110001111010011010010101011110 | 8eb1e9a58eb1e9a55e |
UTF-8 | ア薀ア薀^ | 11101111101111011011000111101000100101101000000011101111101111011011000111101000100101101000000001011110 | efbdb1e89680efbdb1e896805e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)