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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 巽但形Q | 10010010010001101001001001000001100011000110000001010001 | 924692418c6051 |
EUC-JP | 巽但形Q | 11000011101001111100001110100010101101111100000101010001 | c3a7c3a2b7c151 |
UTF-8 | 巽但形Q | 11100101101101111011110111100100101111011000011011100101101111011010001001010001 | e5b7bde4bd86e5bda251 |
UHC | 巽但形Q | 11100001110111101101001110100011111110111010000101010001 | e1ded3a3fba151 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)