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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蜊榊忽^ | 11100101100011011000110111100101100011011001101001011110 | e58d8de58d9a5e |
EUC-JP | 蜊榊忽^ | 11101001111011011011101011100111101110011111101001011110 | e9edbae7b9fa5e |
UTF-8 | 蜊榊忽^ | 11101000100111001000101011100110101001101000101011100101101111111011110101011110 | e89c8ae6a68ae5bfbd5e |
UHC | ??忽^ | 0011111100111111111110111110110001011110 | 3f3ffbec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)