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 | §Ñ}§Ñ{^ | 10100111110100010111110110100111110100010111101101011110 | a7d17da7d17b5e |
SJIS-WIN | §?}§?{^ | 100000011001100000111111011111011000000110011000001111110111101101011110 | 81983f7d81983f7b5e |
EUC-JP | §Ñ}§Ñ{^ | 10100001111110001000111110101010110100000111110110100001111110001000111110101010110100000111101101011110 | a1f88faad07da1f88faad07b5e |
UTF-8 | §Ñ}§Ñ{^ | 1100001010100111110000111001000101111101110000101010011111000011100100010111101101011110 | c2a7c3917dc2a7c3917b5e |
UHC | §?}§?{^ | 101000011101011100111111011111011010000111010111001111110111101101011110 | a1d73f7da1d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)