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 | 治裄 | 111100101011011110001110101000011110010111100000 | f2b78ea1e5e0 |
EUC-JP | ?治裄 | 0011111110111100101000111110101011100010 | 3fbca3eae2 |
UTF-8 | 治裄 | 111011101000011110101110111001101011001010111011111010001010001110000100 | ee87aee6b2bbe8a384 |
UHC | ?治? | 00111111111101101011110100111111 | 3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)