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 | 湜疾 | 111110110100011110001110101111101111000111100001 | fb478ebef1e1 |
EUC-JP | 湜疾? | 100011111100011111111100101111001100000000111111 | 8fc7fcbcc03f |
UTF-8 | 湜疾 | 111001101011100110011100111001111001011010111110111011101000010110011100 | e6b99ce796beee859c |
UHC | 湜疾? | 1110001111010111111100101111000000111111 | e3d7f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)