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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罐″ク蔘 | 11100011101000111000000110001101101110001110010011110011 | e3a3818db8e4f3 |
EUC-JP | 罐″ク蔘 | 1110011010100101101000011110110110001110101110001110100011110101 | e6a5a1ed8eb8e8f5 |
UTF-8 | 罐″ク蔘 | 111001111011110110010000111000101000000010110011111011111011110110111000111010001001010010011000 | e7bd90e280b3efbdb8e89498 |
UHC | 罐″?蔘 | 11001110101110001010000111001000001111111101111110111000 | ceb8a1c83fdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)