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 | ヘト莖 | 11001101110001001110010010110001 | cdc4e4b1 |
EUC-JP | ヘト莖 | 100011101100110110001110110001001110100010110011 | 8ecd8ec4e8b3 |
UTF-8 | ヘト莖 | 111011111011111010001101111011111011111010000100111010001000111010010110 | efbe8defbe84e88e96 |
UHC | ??莖 | 00111111001111111100110011101100 | 3f3fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)