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 | ×ÞÊ | 10001111110101111101111011001010 | 8fd7deca |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×ÞÊ | 001111111010000111011111100011111010100110110000100011111010101010110100 | 3fa1df8fa9b08faab4 |
UTF-8 | ×ÞÊ | 1100001010001111110000111001011111000011100111101100001110001010 | c28fc397c39ec38a |
UHC | ?×Þ? | 001111111010000110111111101010001010110100111111 | 3fa1bfa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)