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 | ?]}?]{^ | 00111111010111010111110100111111010111010111101101011110 | 3f5d7d3f5d7b5e |
SJIS-WIN | 衷]}衷]{^ | 100100101000111101011101011111011001001010001111010111010111101101011110 | 928f5d7d928f5d7b5e |
EUC-JP | 衷]}衷]{^ | 110000111110111101011101011111011100001111101111010111010111101101011110 | c3ef5d7dc3ef5d7b5e |
UTF-8 | 衷]}衷]{^ | 1110100010100001101101110101110101111101111010001010000110110111010111010111101101011110 | e8a1b75d7de8a1b75d7b5e |
UHC | 衷]}衷]{^ | 111101011111101101011101011111011111010111111011010111010111101101011110 | f5fb5d7df5fb5d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)