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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮冗ァ伜宸 | 111010011010101110001111111001111010011110011000111001011001101110000010 | e9ab8fe7a798e59b82 |
EUC-JP | 鬮冗ァ伜宸 | 11110010101011011011111011101001100011101010011111010000111001111101010111100010 | f2adbee98ea7d0e7d5e2 |
UTF-8 | 鬮冗ァ伜宸 | 111010011010110010101110111001011000011010010111111011111011110110100111111001001011110010011100111001011010111010111000 | e9acaee58697efbda7e4bc9ce5aeb8 |
UHC | ?冗??宸 | 00111111111010011011011100111111001111111110001111100100 | 3fe9b73f3fe3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)