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 | ×ÞÈ | 11010111110111101000111111001000 | d7de8fc8 |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | ×Þ?È | 101000011101111110001111101010011011000000111111100011111010101010110010 | a1df8fa9b03f8faab2 |
UTF-8 | ×ÞÈ | 1100001110010111110000111001111011000010100011111100001110001000 | c397c39ec28fc388 |
UHC | ×Þ?? | 101000011011111110101000101011010011111100111111 | a1bfa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)