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 | 異?砥??? | 1000100011011001001111111001001101110101001111110011111100111111 | 88d93f93753f3f3f |
EUC-JP | 異?砥??? | 1011000011011011001111111100010111010110001111110011111100111111 | b0db3fc5d63f3f3f |
UTF-8 | 異렔砥잭렣렔 | 111001111001010110110000111010111010000010010100111001111010000010100101111011001001111010101101111010111010000010100011111010111010000010010100 | e795b0eba094e7a0a5ec9eadeba0a3eba094 |
UHC | 異렔砥잭렣렔 | 111011001011011010001110101010011111001010110010110000001110100010001110101101001000111010101001 | ecb68ea9f2b2c0e88eb48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)