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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 巽達存H | 10010010010001101001001001000010100100011011011001001000 | 9246924291b648 |
EUC-JP | 巽達存H | 11000011101001111100001110100011110000101011100001001000 | c3a7c3a3c2b848 |
UTF-8 | 巽達存H | 11100101101101111011110111101001100000011001010011100101101011011001100001001000 | e5b7bde98194e5ad9848 |
UHC | 巽達存H | 11100001110111101101001110111001111100001110110101001000 | e1ded3b9f0ed48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)