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 | 墻??帳?? | 1001101011010100001111110011111110010010101000000011111100111111 | 9ad43f3f92a03f3f |
EUC-JP | 墻??帳?? | 1101010011010110001111110011111111000100101000100011111100111111 | d4d63f3fc4a23f3f |
UTF-8 | 墻욤나帳쒙풕 | 111001011010001010111011111011001001101010100100111010111000001010011000111001011011100010110011111011001001001010011001111011011001001010010101 | e5a2bbec9aa4eb8298e5b8b3ec9299ed9295 |
UHC | 墻욤나帳쒙풕 | 111011011101111110111111111010001011001110101010111011011110001110011100111011111011111010011000 | eddfbfe8b3aaede39cefbe98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)