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 | 止?ih | 100011100111111000111111100000101000100101101000 | 8e7e3f828968 |
EUC-JP | 止?ih | 101110111101111100111111101000111110100101101000 | bbdf3fa3e968 |
UTF-8 | 止漏ih | 11100110101011011010001011101111101001011000111011101111101111011000100101101000 | e6ada2efa58eefbd8968 |
UHC | 止漏ih | 11110010101011011101001011101000101000111110100101101000 | f2add2e8a3e968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)