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 | Þù×Û | 1101111011111001100011111101011111011011 | def98fd7db |
SJIS-WIN | ???×? | 001111110011111100111111100000010111111000111111 | 3f3f3f817e3f |
EUC-JP | Þù?×Û | 100011111010100110110000100011111010101111100011001111111010000111011111100011111010101011100101 | 8fa9b08fabe33fa1df8faae5 |
UTF-8 | Þù×Û | 11000011100111101100001110111001110000101000111111000011100101111100001110011011 | c39ec3b9c28fc397c39b |
UHC | Þ??×? | 10101000101011010011111100111111101000011011111100111111 | a8ad3f3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)