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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?週 | 001111111000111101010100 | 3f8f54 |
EUC-JP | ?週 | 001111111011110110110101 | 3fbdb5 |
UTF-8 | 렺週 | 111010111010000010111010111010011000000010110001 | eba0bae980b1 |
UHC | 렺週 | 10001110110000101111000111001110 | 8ec2f1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)