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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻????? | 10011010110101000011111100111111001111110011111100111111 | 9ad43f3f3f3f3f |
EUC-JP | 墻????? | 11010100110101100011111100111111001111110011111100111111 | d4d63f3f3f3f3f |
UTF-8 | 墻밥툋曆뤷쳣 | 111001011010001010111011111010111011000010100101111011011000100010001011111011111010011010001011111010111010010010110111111011001011001110100011 | e5a2bbebb0a5ed888befa68beba4b7ecb3a3 |
UHC | 墻밥툋曆뤷쳣 | 111011011101111110111001111001001011100010000011111001101011011110001111111001011010101110001001 | eddfb9e4b883e6b78fe5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)