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 | §»}§»{^ | 10100111101110110111110110100111101110110111101101011110 | a7bb7da7bb7b5e |
SJIS-WIN | §?}§?{^ | 100000011001100000111111011111011000000110011000001111110111101101011110 | 81983f7d81983f7b5e |
EUC-JP | §?}§?{^ | 101000011111100000111111011111011010000111111000001111110111101101011110 | a1f83f7da1f83f7b5e |
UTF-8 | §»}§»{^ | 1100001010100111110000101011101101111101110000101010011111000010101110110111101101011110 | c2a7c2bb7dc2a7c2bb7b5e |
UHC | §?}§?{^ | 101000011101011100111111011111011010000111010111001111110111101101011110 | a1d73f7da1d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)