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 | 簀胖愀寳 | 1110001011000101111000111111010010011100101101011001101110010000 | e2c5e3f49cb59b90 |
EUC-JP | 簀胖愀寳 | 1110010011000111111001101111011011011000101101111101010111110000 | e4c7e6f6d8b7d5f0 |
UTF-8 | 簀胖愀寳 | 111001111011000010000000111010001000001110010110111001101000010010000000111001011010111110110011 | e7b080e88396e68480e5afb3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)