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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驗瀏躬 | 111010011000010011100000011001111110011101011010 | e984e067e75a |
EUC-JP | 驗瀏躬 | 111100011110010011011111110010001110110110111011 | f1e4dfc8edbb |
UTF-8 | 驗瀏躬 | 111010011010100110010111111001111000000010001111111010001011101010101100 | e9a997e7808fe8baac |
UHC | 驗瀏躬 | 111110101101000011010111101101111100111111100101 | fad0d7b7cfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)