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 | ãWY | 111000110101011110000011100010001000100101011001 | e35783888959 |
SJIS-WIN | ?W???Y | 001111110101011100111111001111110011111101011001 | 3f573f3f3f59 |
EUC-JP | ãW???Y | 1000111110101011101010100101011100111111001111110011111101011001 | 8fabaa573f3f3f59 |
UTF-8 | ãWY | 11000011101000110101011111000010100000111100001010001000110000101000100101011001 | c3a357c283c288c28959 |
UHC | ?W???Y | 001111110101011100111111001111110011111101011001 | 3f573f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)