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洪F | 11100111100000111000001010000110100011010101111001000110 | e78382868d5e46 |
EUC-JP | 辜f洪F | 11101101111000111010001111100110101110011011111101000110 | ede3a3e6b9bf46 |
UTF-8 | 辜f洪F | 11101000101111101001110011101111101111011000011011100110101101001010101001000110 | e8be9cefbd86e6b4aa46 |
UHC | 辜f洪F | 11001101110100001010001111100110111110111111001101000110 | cdd0a3e6fbf346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)