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 | 繕線扇F | 10010001010101011001000011111100100100001110111001000110 | 915590fc90ee46 |
EUC-JP | 繕線扇F | 11000001101101101100000011111110110000001111000001000110 | c1b6c0fec0f046 |
UTF-8 | 繕線扇F | 11100111101110011001010111100111101101111001101011100110100010011000011101000110 | e7b995e7b79ae6898746 |
UHC | 繕線扇F | 11100000110010111110000011001010111000001011111101000110 | e0cbe0cae0bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)