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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 、鮟エ | 111100011110001010100100111010011011101111110110111010111111000010001110101101001111000010111011 | f1e2a4e9bbf6ebf08eb4f0bb |
EUC-JP | ?、鮟??エ? | 00111111100011101010010011110010101111010011111100111111100011101011010000111111 | 3f8ea4f2bd3f3f8eb43f |
UTF-8 | 、鮟エ | 111011101000010110011101111011111011110110100100111010011010111010011111111011101001010010010010111011101000000110001101111011111011110110110100111011101000000110111010 | ee859defbda4e9ae9fee9492ee818defbdb4ee81ba |
UHC | ??鮟???? | 0011111100111111111001001101010100111111001111110011111100111111 | 3f3fe4d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)