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 | 剪紗家 | 100110011001001010001110110100011000100111000110 | 99928ed189c6 |
EUC-JP | 剪紗家 | 110100011111001010111100110100111011001011001000 | d1f2bcd3b2c8 |
UTF-8 | 剪紗家 | 111001011000100110101010111001111011010010010111111001011010111010110110 | e589aae7b497e5aeb6 |
UHC | 剪紗家 | 111011101111001011011110111010011100101010101011 | eef2dee9caab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)