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 | 藥??厄ε? | 111001010101101000111111001111111001011011101111100000111100001100111111 | e55a3f3f96ef83c33f |
EUC-JP | 藥??厄ε? | 111010011011101100111111001111111100110011110001101001101100010100111111 | e9bb3f3fccf1a6c53f |
UTF-8 | 藥먩눇厄ε톾 | 1110100010010111101001011110101110101000101010011110101110001000100001111110010110001110100001001100111010110101111011011000011010111110 | e897a5eba8a9eb8887e58e84ceb5ed86be |
UHC | 藥먩눇厄ε톾 | 111001011011011110010000111001101000011110100110111001001111100010100101111001011011011110010000 | e5b790e687a6e4f8a5e5b790 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)