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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 莊o酋F | 11100100101101011000001010001111100011110101010101000110 | e4b5828f8f5546 |
EUC-JP | 莊o酋F | 11101000101101111010001111101111101111011011011001000110 | e8b7a3efbdb646 |
UTF-8 | 莊o酋F | 11101000100011101000101011101111101111011000111111101001100001011000101101000110 | e88e8aefbd8fe9858b46 |
UHC | 莊o酋F | 11101101111101101010001111101111111101011101110001000110 | edf6a3eff5dc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)