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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 穽?h穽? | 11100010011101100011111101101000111000100111011000111111 | e2763f68e2763f |
EUC-JP | 穽?h穽? | 11100011110101110011111101101000111000111101011100111111 | e3d73f68e3d73f |
UTF-8 | 穽렯h穽렯 | 11100111101010011011110111101011101000001010111101101000111001111010100110111101111010111010000010101111 | e7a9bdeba0af68e7a9bdeba0af |
UHC | 穽렯h穽렯 | 111011111111000010001110101111000110100011101111111100001000111010111100 | eff08ebc68eff08ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)