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 | 鈬躯沂鈬 | 1110011111100011100010111110101110011111100010111110011111100011 | e7e38beb9f8be7e3 |
EUC-JP | 鈬躯沂鈬 | 1110111011100101101101101110110111011101111010111110111011100101 | eee5b6edddebeee5 |
UTF-8 | 鈬躯沂鈬 | 111010011000100010101100111010001011101010101111111001101011001010000010111010011000100010101100 | e988ace8baafe6b282e988ac |
UHC | ??沂? | 0011111100111111110100011010101000111111 | 3f3fd1aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)