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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?訥??戌 | 00111111111001100110001100111111001111111001110011111010 | 3fe6633f3f9cfa |
EUC-JP | 邕訥??戌 | 100011111110000111101101111010111100010000111111001111111101100011111100 | 8fe1edebc43f3fd8fc |
UTF-8 | 邕訥렧렲戌 | 111010011000001010010101111010001010100010100101111010111010000010100111111010111010000010110010111001101000100010001100 | e98295e8a8a5eba0a7eba0b2e6888c |
UHC | 邕訥렧렲戌 | 11101000101110111101001011101101100011101011011010001110101111111110001011111001 | e8bbd2ed8eb68ebfe2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)