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 | 睛???堤? | 1110000111001011001111110011111100111111100100101110011100111111 | e1cb3f3f3f92e73f |
EUC-JP | 睛?饔?堤? | 11100010110011010011111110001111111010001110111100111111110001001110100100111111 | e2cd3f8fe8ef3fc4e93f |
UTF-8 | 睛렖饔렧堤렡 | 111001111001110110011011111010111010000010010110111010011010010110010100111010111010000010100111111001011010000010100100111010111010000010100001 | e79d9beba096e9a594eba0a7e5a0a4eba0a1 |
UHC | 睛렖饔렧堤렡 | 111011111110110010001110101010111110100010111101100011101011011011110000101001111000111010110010 | efec8eabe8bd8eb6f0a78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)