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 | 赦鉐斜 | 100011101100110111100111111011111000111011001110 | 8ecde7ef8ece |
EUC-JP | 赦鉐斜 | 101111001100111111101110111100011011110011010000 | bccfeef1bcd0 |
UTF-8 | 赦鉐斜 | 111010001011010110100110111010011000100110010000111001101001011010011100 | e8b5a6e98990e6969c |
UHC | 赦?斜 | 1101111011110101001111111101111011011000 | def53fded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)