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 | ??IB | 00111111001111110100100101000010 | 3f3f4942 |
SJIS-WIN | 鵰汐IB | 111111000100011110001110101011000100100101000010 | fc478eac4942 |
EUC-JP | 鵰汐IB | 10001111111010111111101110111100101011100100100101000010 | 8febfbbcae4942 |
UTF-8 | 鵰汐IB | 1110100110110101101100001110011010110001100100000100100101000010 | e9b5b0e6b1904942 |
UHC | ?汐IB | 0011111111100000101100010100100101000010 | 3fe0b14942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)