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 | ?Qx | 001111110101000101111000 | 3f5178 |
SJIS-WIN | 涌Qx | 10010111010011110101000101111000 | 974f5178 |
EUC-JP | 涌Qx | 11001101101100000101000101111000 | cdb05178 |
UTF-8 | 涌Qx | 1110011010110110100011000101000101111000 | e6b68c5178 |
UHC | 涌Qx | 11101001101111110101000101111000 | e9bf5178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)