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 | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 燾雫D^ | 111110110101101010001110101101000100010001011110 | fb5a8eb4445e |
EUC-JP | 燾雫D^ | 10001111110010101011110110111100101101100100010001011110 | 8fcabdbcb6445e |
UTF-8 | 燾雫D^ | 1110011110000111101111101110100110011011101010110100010001011110 | e787bee99bab445e |
UHC | 燾?D^ | 1101010010100111001111110100010001011110 | d4a73f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)