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 | §Ù}§Ù{^ | 10100111110110010111110110100111110110010111101101011110 | a7d97da7d97b5e |
SJIS-WIN | §?}§?{^ | 100000011001100000111111011111011000000110011000001111110111101101011110 | 81983f7d81983f7b5e |
EUC-JP | §Ù}§Ù{^ | 10100001111110001000111110101010111000110111110110100001111110001000111110101010111000110111101101011110 | a1f88faae37da1f88faae37b5e |
UTF-8 | §Ù}§Ù{^ | 1100001010100111110000111001100101111101110000101010011111000011100110010111101101011110 | c2a7c3997dc2a7c3997b5e |
UHC | §?}§?{^ | 101000011101011100111111011111011010000111010111001111110111101101011110 | a1d73f7da1d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)