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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 嚥〓?議?^ | 100110101000101110000001101011000011111110001011011000110011111101011110 | 9a8b81ac3f8b633f5e |
EUC-JP | 嚥〓?議?^ | 110100111110101110100010101011100011111110110101110001000011111101011110 | d3eba2ae3fb5c43f5e |
UTF-8 | 嚥〓씭議랱^ | 11100101100110101010010111100011100000001001001111101100100101001010110111101000101011011011000011101011100111101011000101011110 | e59aa5e38093ec94ade8adb0eb9eb15e |
UHC | 嚥〓씭議랱^ | 1110011010111111101000011110101110011101101111101110110010100001100011100100110101011110 | e6bfa1eb9dbeeca18e4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)