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 | 墻х?影?? | 100110101101010010000100100001110011111110001001011001010011111100111111 | 9ad484873f89653f3f |
EUC-JP | 墻х?影?? | 110101001101011010100111111001110011111110110001110001100011111100111111 | d4d6a7e73fb1c63f3f |
UTF-8 | 墻х뿏影좈눈 | 1110010110100010101110111101000110000101111010111011111110001111111001011011110110110001111011001010001010001000111010111000100010001000 | e5a2bbd185ebbf8fe5bdb1eca288eb8888 |
UHC | 墻х뿏影좈눈 | 111011011101111110101100111001111001011110010100111001111010111110100000111010011011010010101011 | eddface79794e7afa0e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)