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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豼夥嚆? | 11100110101111111001101011101100100110101000010100111111 | e6bf9aec9a853f |
EUC-JP | 豼夥嚆夆 | 111011001100000111010100111011101101001111100101100011111011100011100000 | ecc1d4eed3e58fb8e0 |
UTF-8 | 豼夥嚆夆 | 111010001011000110111100111001011010010010100101111001011001101010000110111001011010010010000110 | e8b1bce5a4a5e59a86e5a486 |
UHC | ??嚆? | 0011111100111111111111001111011100111111 | 3f3ffcf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)