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 | ?蓑掉 | 0011111110010110101010101001110101111011 | 3f96aa9d7b |
EUC-JP | ?蓑掉 | 0011111111001100101011001101100111011100 | 3fccacd9dc |
UTF-8 | 淋蓑掉 | 111011111010011110110101111010001001001110010001111001101000111010001001 | efa7b5e89391e68e89 |
UHC | 淋蓑掉 | 111011001111100011011110111011101101001111111100 | ecf8deeed3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)