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 | 湜軸澈 | 111110110100011110001110101100101111101101001011 | fb478eb2fb4b |
EUC-JP | 湜軸澈 | 1000111111000111111111001011110010110100100011111100100011100101 | 8fc7fcbcb48fc8e5 |
UTF-8 | 湜軸澈 | 111001101011100110011100111010001011101110111000111001101011111010001000 | e6b99ce8bbb8e6be88 |
UHC | 湜軸澈 | 111000111101011111110101111011101111010011001101 | e3d7f5eef4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)