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 | 萍レソ | 11100100110010101101101010111111 | e4cadabf |
EUC-JP | 萍レソ | 111010001100110010001110110110101000111010111111 | e8cc8eda8ebf |
UTF-8 | 萍レソ | 111010001001000010001101111011111011111010011010111011111011110110111111 | e8908defbe9aefbdbf |
UHC | 萍?? | 11111000110000110011111100111111 | f8c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)