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 | ??睛 | 00111111001111111110000111001011 | 3f3fe1cb |
EUC-JP | 洹?睛 | 100011111100011110111010001111111110001011001101 | 8fc7ba3fe2cd |
UTF-8 | 洹렔睛 | 111001101011010010111001111010111010000010010100111001111001110110011011 | e6b4b9eba094e79d9b |
UHC | 洹렔睛 | 111010101011011110001110101010011110111111101100 | eab78ea9efec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)