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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 旺旺B | 1000100110100000100010011010000001000010 | 89a089a042 |
EUC-JP | 旺旺B | 1011001010100010101100101010001001000010 | b2a2b2a242 |
UTF-8 | 旺旺B | 11100110100101111011101011100110100101111011101001000010 | e697bae697ba42 |
UHC | 旺旺B | 1110100011011010111010001101101001000010 | e8dae8da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)