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 | 逶匁カ袈 | 11100111100110111001011011100110101101101000110001010101 | e79b96e6b68c55 |
EUC-JP | 逶匁カ袈 | 1110110111111011110011001110100010001110101101101011011110110110 | edfbcce88eb6b7b6 |
UTF-8 | 逶匁カ袈 | 111010011000000010110110111001011000110010000001111011111011110110110110111010001010001010001000 | e980b6e58c81efbdb6e8a288 |
UHC | ???袈 | 0011111100111111001111111100101010110111 | 3f3f3fcab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)