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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 悅??瑤??? | 111110101011110100111111001111111110101010100010001111110011111100111111 | fabd3f3feaa23f3f3f |
EUC-JP | ???瑤??? | 0011111100111111001111111111010010100100001111110011111100111111 | 3f3f3ff4a43f3f3f |
UTF-8 | 悅덄뜔瑤쒐룉劣 | 111001101000001010000101111010111000110110000100111010111001110010010100111001111001000110100100111011001001001010010000111010111010001110001001111011111010011010011101 | e68285eb8d84eb9c94e791a4ec9290eba389efa69d |
UHC | 悅덄뜔瑤쒐룉劣 | 1110011011101101100010001110011110001101100101111110100011111101100111001110011110001111100010001110011011101011 | e6ed88e78d97e8fd9ce78f88e6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)