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 | 嚆蘓}嚆蘓{^ | 1001101010000101111001010101111001111101100110101000010111100101010111100111101101011110 | 9a85e55e7d9a85e55e7b5e |
EUC-JP | 嚆蘓}嚆蘓{^ | 1101001111100101111010011011111101111101110100111110010111101001101111110111101101011110 | d3e5e9bf7dd3e5e9bf7b5e |
UTF-8 | 嚆蘓}嚆蘓{^ | 111001011001101010000110111010001001100010010011011111011110010110011010100001101110100010011000100100110111101101011110 | e59a86e898937de59a86e898937b5e |
UHC | 嚆?}嚆?{^ | 111111001111011100111111011111011111110011110111001111110111101101011110 | fcf73f7dfcf73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)