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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鬮ッ繧銀亜F | 11101001101010111010111111100011100000101000101111100010100010001001111101000110 | e9abafe3828be2889f46 |
EUC-JP | 鬮ッ繧銀亜F | 1111001010101101100011101010111111100101111000101011011011100100101100001010000101000110 | f2ad8eafe5e2b6e4b0a146 |
UTF-8 | 鬮ッ繧銀亜F | 11101001101011001010111011101111101111011010111111100111101110011010011111101001100010101000000011100100101110101001110001000110 | e9acaeefbdafe7b9a7e98a80e4ba9c46 |
UHC | ???銀?F | 00111111001111110011111111101011110111100011111101000110 | 3f3f3febde3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)