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 | À½À½^ | 1100000010111101110000001011110101011110 | c0bdc0bd5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | À?À?^ | 100011111010101010100010001111111000111110101010101000100011111101011110 | 8faaa23f8faaa23f5e |
UTF-8 | À½À½^ | 110000111000000011000010101111011100001110000000110000101011110101011110 | c380c2bdc380c2bd5e |
UHC | ?½?½^ | 00111111101010001111011000111111101010001111011001011110 | 3fa8f63fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)