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 | 軸上 | 111100001100001110001110101100101000111111100011 | f0c38eb28fe3 |
EUC-JP | ?軸上 | 0011111110111100101101001011111011100101 | 3fbcb4bee5 |
UTF-8 | 軸上 | 111011101000001010000010111010001011101110111000111001001011100010001010 | ee8282e8bbb8e4b88a |
UHC | ?軸上 | 0011111111110101111011101101111110111110 | 3ff5eedfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)