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 | 樗?旨?廬 | 1001001010010100001111111000111001111100001111111001110001001001 | 92943f8e7c3f9c49 |
EUC-JP | 樗?旨?廬 | 1100001111110100001111111011101111011101001111111101011110101010 | c3f43fbbdd3fd7aa |
UTF-8 | 樗렧旨곕廬 | 111001101010100010010111111010111010000010100111111001101001011110101000111010101011001110010101111001011011101110101100 | e6a897eba0a7e697a8eab395e5bbac |
UHC | 樗렧旨곕廬 | 11101110110000001000111010110110111100101010100110110000111010111101010111100110 | eec08eb6f2a9b0ebd5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)