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 | 渹汐澈 | 111110110100011010001110101011001111101101001011 | fb468eacfb4b |
EUC-JP | 渹汐澈 | 1000111111000111111011101011110010101110100011111100100011100101 | 8fc7eebcae8fc8e5 |
UTF-8 | 渹汐澈 | 111001101011100010111001111001101011000110010000111001101011111010001000 | e6b8b9e6b190e6be88 |
UHC | ?汐澈 | 0011111111100000101100011111010011001101 | 3fe0b1f4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)