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 | 氈社? | 1001111110000001100011101101000000111111 | 9f818ed03f |
EUC-JP | 氈社? | 1101110111100001101111001101001000111111 | dde1bcd23f |
UTF-8 | 氈社짬 | 111001101011000010001000111001111010010010111110111011001010011110101100 | e6b088e7a4beeca7ac |
UHC | 氈社짬 | 111011101111110111011110111001001100001010101011 | eefddee4c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)