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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 鱈損旦遜v | 100100100100110010010001101110011001001001010101100100011011101101110110 | 924c91b9925591bb76 |
EUC-JP | 鱈損旦遜v | 110000111010110111000010101110111100001110110110110000101011110101110110 | c3adc2bbc3b6c2bd76 |
UTF-8 | 鱈損旦遜v | 11101001101100011000100011100110100100001000110111100110100101111010011011101001100000011001110001110110 | e9b188e6908de697a6e9819c76 |
UHC | ?損旦遜v | 0011111111100001110111111101001110101001111000011110000101110110 | 3fe1dfd3a9e1e176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)