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 | 鴟失鴣室嶸 | 11101001111101001000111010111000111010011111001110001110101110101111101010110100 | e9f48eb8e9f38ebafab4 |
EUC-JP | 鴟失鴣室嶸 | 1111001011110110101111001011101011110010111101011011110010111100100011111011101111110100 | f2f6bcbaf2f5bcbc8fbbf4 |
UTF-8 | 鴟失鴣室嶸 | 111010011011010010011111111001011010010010110001111010011011010010100011111001011010111010100100111001011011011010111000 | e9b49fe5a4b1e9b4a3e5aea4e5b6b8 |
UHC | ?失?室嶸 | 0011111111100011111101110011111111100011111110001110011110101110 | 3fe3f73fe3f8e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)