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 | 郤貞浙 | 111001111011101010010010111001011001111110110100 | e7ba92e59fb4 |
EUC-JP | 郤貞浙 | 111011101011110011000100111001111101111010110110 | eebcc4e7deb6 |
UTF-8 | 郤貞浙 | 111010011000001110100100111010001011001010011110111001101011010110011001 | e983a4e8b29ee6b599 |
UHC | ?貞浙 | 0011111111101111111101101110111110111010 | 3feff6efba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)