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 | 霆社? | 1110100010111011100011101101000000111111 | e8bb8ed03f |
EUC-JP | 霆社? | 1111000010111101101111001101001000111111 | f0bdbcd23f |
UTF-8 | 霆社짬 | 111010011001110010000110111001111010010010111110111011001010011110101100 | e99c86e7a4beeca7ac |
UHC | 霆社짬 | 111011111111110111011110111001001100001010101011 | effddee4c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)