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 | 100011001111010000111111010101110100000001101000 | 8cf43f574068 |
EUC-JP | 倖?W@h | 101110001111011000111111010101110100000001101000 | b8f63f574068 |
UTF-8 | 倖렣W@h | 111001011000000010010110111010111010000010100011010101110100000001101000 | e58096eba0a3574068 |
UHC | 倖렣W@h | 11111010101110001000111010110100010101110100000001101000 | fab88eb4574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)