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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衙κ? | 1110010111001001100000111100100000111111 | e5c983c83f |
EUC-JP | 衙κ? | 1110101011001011101001101100101000111111 | eacba6ca3f |
UTF-8 | 衙κ괜 | 1110100010100001100110011100111010111010111010101011010010011100 | e8a199cebaeab49c |
UHC | 衙κ괜 | 111001001011011110100101111010101011000110100110 | e4b7a5eab1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)