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 | ¼À¼®@h | 101111001100000010111100101011100100000001101000 | bcc0bcae4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ?À?®@h | 00111111100011111010101010100010001111111000111110100010111011100100000001101000 | 3f8faaa23f8fa2ee4068 |
UTF-8 | ¼À¼®@h | 11000010101111001100001110000000110000101011110011000010101011100100000001101000 | c2bcc380c2bcc2ae4068 |
UHC | ¼?¼®@h | 101010001111100100111111101010001111100110100010111001110100000001101000 | a8f93fa8f9a2e74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)