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 | テ姪崚債ォ | 1100001110010110110000111001101111000011100011011100001010101011 | c396c39bc38dc2ab |
EUC-JP | テ姪崚債ォ | 10001110110000111100110011000101110101101100010110111010110001001000111010101011 | 8ec3ccc5d6c5bac48eab |
UTF-8 | テ姪崚債ォ | 111011111011111010000011111001011010011110101010111001011011010010011010111001011000001010110101111011111011110110101011 | efbe83e5a7aae5b49ae582b5efbdab |
UHC | ?姪?債? | 00111111111100101110101100111111111100111111000000111111 | 3ff2eb3ff3f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)