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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齏齢e | 111010001110101110010111111011101000001010000101 | e8eb97ee8285 |
EUC-JP | 齏齢e | 111100001110110111001110111100001010001111100101 | f0edcef0a3e5 |
UTF-8 | 齏齢e | 111010011011110110001111111010011011110110100010111011111011110110000101 | e9bd8fe9bda2efbd85 |
UHC | ??e | 00111111001111111010001111100101 | 3f3fa3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)