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 | ??fB | 00111111001111110110011001000010 | 3f3f6642 |
SJIS-WIN | 燾雫fB | 111110110101101010001110101101000110011001000010 | fb5a8eb46642 |
EUC-JP | 燾雫fB | 10001111110010101011110110111100101101100110011001000010 | 8fcabdbcb66642 |
UTF-8 | 燾雫fB | 1110011110000111101111101110100110011011101010110110011001000010 | e787bee99bab6642 |
UHC | 燾?fB | 1101010010100111001111110110011001000010 | d4a73f6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)