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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蜊倬 | 11100101100011011001100011101001 | e58d98e9 |
EUC-JP | 蜊倬 | 11101001111011011101000011101011 | e9edd0eb |
UTF-8 | 蜊倬 | 111010001001110010001010111001011000000010101100 | e89c8ae580ac |
UHC | ?倬 | 001111111111011011110000 | 3ff6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)