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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 驗呈尠F | 11101001100001001001001011100110100110111001011001000110 | e98492e69b9646 |
EUC-JP | 驗呈尠F | 11110001111001001100010011101000110101011111011001000110 | f1e4c4e8d5f646 |
UTF-8 | 驗呈尠F | 11101001101010011001011111100101100100011000100011100101101100001010000001000110 | e9a997e59188e5b0a046 |
UHC | 驗呈?F | 111110101101000011101111110100000011111101000110 | fad0efd03f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)