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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 紮紮[紮紮[^ | 1110001101000110111000110100011001011011111000110100011011100011010001100101101101011110 | e346e3465be346e3465b5e |
EUC-JP | 紮紮[紮紮[^ | 1110010110100111111001011010011101011011111001011010011111100101101001110101101101011110 | e5a7e5a75be5a7e5a75b5e |
UTF-8 | 紮紮[紮紮[^ | 111001111011010010101110111001111011010010101110010110111110011110110100101011101110011110110100101011100101101101011110 | e7b4aee7b4ae5be7b4aee7b4ae5b5e |
UHC | 紮紮[紮紮[^ | 1111001111001111111100111100111101011011111100111100111111110011110011110101101101011110 | f3cff3cf5bf3cff3cf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)