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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濟?苑?瑤 | 1110000001011010001111111000100110010001001111111110101010100010 | e05a3f89913feaa2 |
EUC-JP | 濟?苑?瑤 | 1101111110111011001111111011000111110001001111111111010010100100 | dfbb3fb1f13ff4a4 |
UTF-8 | 濟렍苑렩瑤 | 111001101011111110011111111010111010000010001101111010001000101110010001111010111010000010101001111001111001000110100100 | e6bf9feba08de88b91eba0a9e791a4 |
UHC | 濟렍苑렩瑤 | 11110000101011011000111010100011111010101011110110001110101101111110100011111101 | f0ad8ea3eabd8eb7e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)