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 | ?壅改 | 0011111110011010110101111000100111111100 | 3f9ad789fc |
EUC-JP | ?壅改 | 0011111111010100110110011011001011111110 | 3fd4d9b2fe |
UTF-8 | 굻壅改 | 111010101011010110111011111001011010001110000101111001101001010010111001 | eab5bbe5a385e694b9 |
UHC | 굻壅改 | 101100011011111111101000101101011100101111000111 | b1bfe8b5cbc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)