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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 篝^ | 111100001110011011110010101010111111000011100110111000101011111001011110 | f0e6f2abf0e6e2be5e |
EUC-JP | ???篝^ | 001111110011111100111111111001001100000001011110 | 3f3f3fe4c05e |
UTF-8 | 篝^ | 11101110100000101010010111101110100001111010001011101110100000101010010111100111101011111001110101011110 | ee82a5ee87a2ee82a5e7af9d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)