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 | ?Wx | 001111110101011101111000 | 3f5778 |
SJIS-WIN | Wx | 11110110111000110101011101111000 | f6e35778 |
EUC-JP | ?Wx | 001111110101011101111000 | 3f5778 |
UTF-8 | Wx | 1110111010010100100010100101011101111000 | ee948a5778 |
UHC | ?Wx | 001111110101011101111000 | 3f5778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)