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 | 載滔載滔^ | 100011011101101010011111111010111000110111011010100111111110101101011110 | 8dda9feb8dda9feb5e |
EUC-JP | 載滔載滔^ | 101110101101110011011110111011011011101011011100110111101110110101011110 | badcdeedbadcdeed5e |
UTF-8 | 載滔載滔^ | 11101000101111001000100111100110101110111001010011101000101111001000100111100110101110111001010001011110 | e8bc89e6bb94e8bc89e6bb945e |
UHC | 載滔載滔^ | 111011101011000011010100101001011110111010110000110101001010010101011110 | eeb0d4a5eeb0d4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)