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 | 畛狄當 | 111000010101101011100000101111011110000101100011 | e15ae0bde163 |
EUC-JP | 畛狄當 | 111000011011101111100000101111111110000111000100 | e1bbe0bfe1c4 |
UTF-8 | 畛狄當 | 111001111001010110011011111001111000101110000100111001111001010110110110 | e7959be78b84e795b6 |
UHC | 畛狄當 | 111100101101010111101110110110101101001111010111 | f2d5eedad3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)