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 | 墻??張?? | 1001101011010100001111110011111110010010101000110011111100111111 | 9ad43f3f92a33f3f |
EUC-JP | 墻??張?? | 1101010011010110001111110011111111000100101001010011111100111111 | d4d63f3fc4a53f3f |
UTF-8 | 墻띄ㅊ張숁꼇 | 111001011010001010111011111010111001110110000100111000111000010110001010111001011011110010110101111011001000100010000001111010101011110010000111 | e5a2bbeb9d84e3858ae5bcb5ec8881eabc87 |
UHC | 墻띄ㅊ張숁꼇 | 111011011101111110110110111001111010010010111010111011011110010110011001111001101011001010111011 | eddfb6e7a4baede599e6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)