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 | ?耿? | 00111111111000111101010000111111 | 3fe3d43f |
EUC-JP | 沅耿? | 100011111100011011101001111001101101011000111111 | 8fc6e9e6d63f |
UTF-8 | 沅耿늉 | 111001101011001010000101111010001000000010111111111010111000101010001001 | e6b285e880bfeb8a89 |
UHC | 沅耿늉 | 111010101011011011001100111010101011010010111111 | eab6cceab4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)