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 | 墻h?張?? | 100110101101010010000010100010000011111110010010101000110011111100111111 | 9ad482883f92a33f3f |
EUC-JP | 墻h?張?? | 110101001101011010100011111010000011111111000100101001010011111100111111 | d4d6a3e83fc4a53f3f |
UTF-8 | 墻h나張ㅵ폀 | 111001011010001010111011111011111011110110001000111010111000001010011000111001011011110010110101111000111000010110110101111011011000111110000000 | e5a2bbefbd88eb8298e5bcb5e385b5ed8f80 |
UHC | 墻h나張ㅵ폀 | 111011011101111110100011111010001011001110101010111011011110010110100100111001011011110010001111 | eddfa3e8b3aaede5a4e5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)