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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驍ょ屮^ | 11101001100000101000001011100101100110111010001101011110 | e98282e59ba35e |
EUC-JP | 驍ょ屮^ | 11110001111000101010010011100111110101101010010101011110 | f1e2a4e7d6a55e |
UTF-8 | 驍ょ屮^ | 11101001101010011000110111100011100000101000011111100101101100011010111001011110 | e9a98de38287e5b1ae5e |
UHC | 驍ょ?^ | 111111011010010010101010111001110011111101011110 | fda4aae73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)