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 | 萍ンチ | 11100100110010101101110111000001 | e4caddc1 |
EUC-JP | 萍ンチ | 111010001100110010001110110111011000111011000001 | e8cc8edd8ec1 |
UTF-8 | 萍ンチ | 111010001001000010001101111011111011111010011101111011111011111010000001 | e8908defbe9defbe81 |
UHC | 萍?? | 11111000110000110011111100111111 | f8c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)