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 | 墻??僥?? | 1001101011010100001111110011111110011001010001100011111100111111 | 9ad43f3f99463f3f |
EUC-JP | 墻??僥?? | 1101010011010110001111110011111111010001101001110011111100111111 | d4d63f3fd1a73f3f |
UTF-8 | 墻띄ㅊ僥먲풆 | 111001011010001010111011111010111001110110000100111000111000010110001010111001011000001110100101111010111010100010110010111011011001001010000110 | e5a2bbeb9d84e3858ae583a5eba8b2ed9286 |
UHC | 墻띄ㅊ僥먲풆 | 111011011101111110110110111001111010010010111010111010001110100110010000111011111011111010001110 | eddfb6e7a4bae8e990efbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)