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 | テδ姪δ嘉 | 110000111000001111000010100101101100001110000011110000101000100111000011 | c383c296c383c289c3 |
EUC-JP | テδ姪δ嘉 | 10001110110000111010011011000100110011001100010110100110110001001011001011000101 | 8ec3a6c4ccc5a6c4b2c5 |
UTF-8 | テδ姪δ嘉 | 11101111101111101000001111001110101101001110010110100111101010101100111010110100111001011001100010001001 | efbe83ceb4e5a7aaceb4e59889 |
UHC | ?δ姪δ嘉 | 001111111010010111100100111100101110101110100101111001001100101010101001 | 3fa5e4f2eba5e4caa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)