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 | ??W@h | 0011111100111111010101110100000001101000 | 3f3f574068 |
SJIS-WIN | 燾雫W@h | 11111011010110101000111010110100010101110100000001101000 | fb5a8eb4574068 |
EUC-JP | 燾雫W@h | 1000111111001010101111011011110010110110010101110100000001101000 | 8fcabdbcb6574068 |
UTF-8 | 燾雫W@h | 111001111000011110111110111010011001101110101011010101110100000001101000 | e787bee99bab574068 |
UHC | 燾?W@h | 110101001010011100111111010101110100000001101000 | d4a73f574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)