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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | `$}`${^ | 1000000101001101100000011001000001111101100000010100110110000001100100000111101101011110 | 814d81907d814d81907b5e |
EUC-JP | `$}`${^ | 1010000110101110101000011111000001111101101000011010111010100001111100000111101101011110 | a1aea1f07da1aea1f07b5e |
UTF-8 | `$}`${^ | 111011111011110110000000111011111011110010000100011111011110111110111101100000001110111110111100100001000111101101011110 | efbd80efbc847defbd80efbc847b5e |
UHC | `$}`${^ | 1010001111100000101000111010010001111101101000111110000010100011101001000111101101011110 | a3e0a3a47da3e0a3a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)