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 | 趾絲???蹄 | 111001101110010011100011010011100011111100111111001111111001001011111011 | e6e4e34e3f3f3f92fb |
EUC-JP | 趾絲???蹄 | 111011001110011011100101101011110011111100111111001111111100010011111101 | ece6e5af3f3f3fc4fd |
UTF-8 | 趾絲렡꿴욥蹄 | 111010001011011010111110111001111011010110110010111010111010000010100001111010101011111110110100111011001001101010100101111010001011100110000100 | e8b6bee7b5b2eba0a1eabfb4ec9aa5e8b984 |
UHC | 趾絲렡꿴욥蹄 | 111100101011111111011110111010101000111010110010101100101110100110111111111010011111000010110100 | f2bfdeea8eb2b2e9bfe9f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)