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 | 胡?辛 | 1000110011010011001111111001000001101000 | 8cd33f9068 |
EUC-JP | 胡?辛 | 1011100011010101001111111011111111001001 | b8d53fbfc9 |
UTF-8 | 胡렮辛 | 111010001000001110100001111010111010000010101110111010001011111010011011 | e883a1eba0aee8be9b |
UHC | 胡렮辛 | 111110111101011110001110101110111110001111110100 | fbd78ebbe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)