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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉋ャ驕オ碪鍋 | 11100111111011101010110011101001100000011011010111100001111100101001001111100111 | e7eeace981b5e1f293e7 |
EUC-JP | 鉋ャ驕オ碪鍋 | 111011101111000010001110101011001111000111100001100011101011010111100010111101001100011011101001 | eef08eacf1e18eb5e2f4c6e9 |
UTF-8 | 鉋ャ驕オ碪鍋 | 111010011000100110001011111011111011110110101100111010011010100110010101111011111011110110110101111001111010001010101010111010011000110110001011 | e9898befbdace9a995efbdb5e7a2aae98d8b |
UHC | ??驕??鍋 | 0011111100111111110011101111011000111111001111111100111010100111 | 3f3fcef63f3fcea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)