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 | 浯ォ荳 | 1111101011111100101010111110010010111000 | fafcabe4b8 |
EUC-JP | 浯ォ荳 | 10001111110001111100001110001110101010111110100010111010 | 8fc7c38eabe8ba |
UTF-8 | 浯ォ荳 | 111001101011010110101111111011111011110110101011111010001000110110110011 | e6b5afefbdabe88db3 |
UHC | ??荳 | 00111111001111111101010011100101 | 3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)