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 | 鱈尊嘆孫^ | 100100100100110010010001101110001001001001010001100100011011011101011110 | 924c91b8925191b75e |
EUC-JP | 鱈尊嘆孫^ | 110000111010110111000010101110101100001110110010110000101011100101011110 | c3adc2bac3b2c2b95e |
UTF-8 | 鱈尊嘆孫^ | 11101001101100011000100011100101101100001000101011100101100110001000011011100101101011011010101101011110 | e9b188e5b08ae59886e5adab5e |
UHC | ?尊嘆孫^ | 0011111111110000111011101111011110100011111000011101110101011110 | 3ff0eef7a3e1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)