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 | ????|^ | 001111110011111100111111001111110111110001011110 | 3f3f3f3f7c5e |
SJIS-WIN | 鱈損旦遜|^ | 10010010010011001001000110111001100100100101010110010001101110110111110001011110 | 924c91b9925591bb7c5e |
EUC-JP | 鱈損旦遜|^ | 11000011101011011100001010111011110000111011011011000010101111010111110001011110 | c3adc2bbc3b6c2bd7c5e |
UTF-8 | 鱈損旦遜|^ | 1110100110110001100010001110011010010000100011011110011010010111101001101110100110000001100111000111110001011110 | e9b188e6908de697a6e9819c7c5e |
UHC | ?損旦遜|^ | 001111111110000111011111110100111010100111100001111000010111110001011110 | 3fe1dfd3a9e1e17c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)