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 | 艤医散 | 111001000111111010001000111000111000111001010101 | e47e88e38e55 |
EUC-JP | 艤医散 | 111001111101111110110000111001011011101110110110 | e7dfb0e5bbb6 |
UTF-8 | 艤医散 | 111010001000100110100100111001011000110010111011111001101001010110100011 | e889a4e58cbbe695a3 |
UHC | 艤?散 | 1110101111111010001111111101111110100100 | ebfa3fdfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)