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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罐″ク脩豪 | 111000111010001110000001100011011011100011100011111110011000110110001011 | e3a3818db8e3f98d8b |
EUC-JP | 罐″ク脩豪 | 11100110101001011010000111101101100011101011100011100110111110111011100111101011 | e6a5a1ed8eb8e6fbb9eb |
UTF-8 | 罐″ク脩豪 | 111001111011110110010000111000101000000010110011111011111011110110111000111010001000010010101001111010001011000110101010 | e7bd90e280b3efbdb8e884a9e8b1aa |
UHC | 罐″?脩豪 | 110011101011100010100001110010000011111111100010101110111111101111011111 | ceb8a1c83fe2bbfbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)