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 | ??旨? | 0011111100111111100011100111110000111111 | 3f3f8e7c3f |
EUC-JP | 翟?旨? | 10001111110101011011110000111111101110111101110100111111 | 8fd5bc3fbbdd3f |
UTF-8 | 翟렟旨렫 | 111001111011111110011111111010111010000010011111111001101001011110101000111010111010000010101011 | e7bf9feba09fe697a8eba0ab |
UHC | 翟렟旨렫 | 1110111011100001100011101011000011110010101010011000111010111001 | eee18eb0f2a98eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)