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 | 1100110110100010111101011011000001000110 | cda2f5b046 |
SJIS-WIN | ?¢?°F | 00111111100000011001000100111111100000011000101101000110 | 3f81913f818b46 |
EUC-JP | Í¢õ°F | 1000111110101010101111111010000111110001100011111010101111011000101000011110101101000110 | 8faabfa1f18fabd8a1eb46 |
UTF-8 | Í¢õ°F | 110000111000110111000010101000101100001110110101110000101011000001000110 | c38dc2a2c3b5c2b046 |
UHC | ???°F | 001111110011111100111111101000011100011001000110 | 3f3f3fa1c646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)