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 | §»[§»[^ | 10100111101110110101101110100111101110110101101101011110 | a7bb5ba7bb5b5e |
SJIS-WIN | §?[§?[^ | 100000011001100000111111010110111000000110011000001111110101101101011110 | 81983f5b81983f5b5e |
EUC-JP | §?[§?[^ | 101000011111100000111111010110111010000111111000001111110101101101011110 | a1f83f5ba1f83f5b5e |
UTF-8 | §»[§»[^ | 1100001010100111110000101011101101011011110000101010011111000010101110110101101101011110 | c2a7c2bb5bc2a7c2bb5b5e |
UHC | §?[§?[^ | 101000011101011100111111010110111010000111010111001111110101101101011110 | a1d73f5ba1d73f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)