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 | 漏戀悶 | 100110000101001010011100111101101001011011100011 | 98529cf696e3 |
EUC-JP | 漏戀悶 | 110011111011001111011000111110001100110011100101 | cfb3d8f8cce5 |
UTF-8 | 漏戀悶 | 111001101011110010001111111001101000100010000000111001101000001010110110 | e6bc8fe68880e682b6 |
UHC | 漏戀悶 | 110101111010100111010101111111001101101010111111 | d7a9d5fcdabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)