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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鱈但他B | 10010010010011001001001001000001100100011011110001000010 | 924c924191bc42 |
EUC-JP | 鱈但他B | 11000011101011011100001110100010110000101011111001000010 | c3adc3a2c2be42 |
UTF-8 | 鱈但他B | 11101001101100011000100011100100101111011000011011100100101110111001011001000010 | e9b188e4bd86e4bb9642 |
UHC | ?但他B | 001111111101001110100011111101101110001001000010 | 3fd3a3f6e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)