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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 奪脱損h | 10010010010001001001001001000101100100011011100101101000 | 9244924591b968 |
EUC-JP | 奪脱損h | 11000011101001011100001110100110110000101011101101101000 | c3a5c3a6c2bb68 |
UTF-8 | 奪脱損h | 11100101101001011010101011101000100001001011000111100110100100001000110101101000 | e5a5aae884b1e6908d68 |
UHC | 奪?損h | 111101111010110000111111111000011101111101101000 | f7ac3fe1df68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)