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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逹幟摧 | 111001111001110110011011111011101001110110010100 | e79d9bee9d94 |
EUC-JP | 逹幟摧 | 111011011111110111010110111100001101100111110100 | edfdd6f0d9f4 |
UTF-8 | 逹幟摧 | 111010011000000010111001111001011011100110011111111001101001000110100111 | e980b9e5b99fe691a7 |
UHC | ?幟? | 00111111111101101011101000111111 | 3ff6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)