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 | YHQ] | 100100100101100110010010010010000101000101011101 | 92599248515d |
SJIS-WIN | ?Y?HQ] | 001111110101100100111111010010000101000101011101 | 3f593f48515d |
EUC-JP | ?Y?HQ] | 001111110101100100111111010010000101000101011101 | 3f593f48515d |
UTF-8 | YHQ] | 1100001010010010010110011100001010010010010010000101000101011101 | c29259c29248515d |
UHC | ?Y?HQ] | 001111110101100100111111010010000101000101011101 | 3f593f48515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)