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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遮捨靦 | 100011101101010110001110110011001110100011010001 | 8ed58ecce8d1 |
EUC-JP | 遮捨靦 | 101111001101011110111100110011101111000011010011 | bcd7bccef0d3 |
UTF-8 | 遮捨靦 | 111010011000000110101110111001101000110110101000111010011001110110100110 | e981aee68da8e99da6 |
UHC | 遮捨? | 1111001110110100110111101101011100111111 | f3b4ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)