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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?枳}?枳{^ | 001111111001111001101011011111010011111110011110011010110111101101011110 | 3f9e6b7d3f9e6b7b5e |
EUC-JP | 嫄枳}嫄枳{^ | 10001111101110101010000111011011110011000111110110001111101110101010000111011011110011000111101101011110 | 8fbaa1dbcc7d8fbaa1dbcc7b5e |
UTF-8 | 嫄枳}嫄枳{^ | 111001011010101110000100111001101001111010110011011111011110010110101011100001001110011010011110101100110111101101011110 | e5ab84e69eb37de5ab84e69eb37b5e |
UHC | 嫄枳}嫄枳{^ | 1110101010110001111100101010110001111101111010101011000111110010101011000111101101011110 | eab1f2ac7deab1f2ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)