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 | ×ß¿ | 10001110110101111101111110111111 | 8ed7dfbf |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×ß¿ | 001111111010000111011111100011111010100111001110100011111010001011000100 | 3fa1df8fa9ce8fa2c4 |
UTF-8 | ×ß¿ | 1100001010001110110000111001011111000011100111111100001010111111 | c28ec397c39fc2bf |
UHC | ?×ß¿ | 00111111101000011011111110101001101011001010001010101111 | 3fa1bfa9aca2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)