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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墻??? | 1001101011010100001111110011111100111111 | 9ad43f3f3f |
EUC-JP | 墻??? | 1101010011010110001111110011111100111111 | d4d63f3f3f |
UTF-8 | 墻꿨ㅁ了 | 111001011010001010111011111010101011111110101000111000111000010110000001111011111010011010111010 | e5a2bbeabfa8e38581efa6ba |
UHC | 墻꿨ㅁ了 | 1110110111011111101100101110010110100100101100011110100011100111 | eddfb2e5a4b1e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)