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 | 焄ツ昞 | 1111101101010100110000101111101011010011 | fb54c2fad3 |
EUC-JP | 焄ツ昞 | 1000111111001001111000111000111011000010100011111100001010100001 | 8fc9e38ec28fc2a1 |
UTF-8 | 焄ツ昞 | 111001111000010010000100111011111011111010000010111001101001100010011110 | e78484efbe82e6989e |
UHC | 焄?昞 | 1111110110110110001111111101110010110101 | fdb63fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)