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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 質執B | 111100001100000010001110101111111111000010110010100011101011011101000010 | f0c08ebff0b28eb742 |
EUC-JP | ?質?執B | 00111111101111001100000100111111101111001011100101000010 | 3fbcc13fbcb942 |
UTF-8 | 質執B | 11101110100000011011111111101000101100111010101011101110100000011011000111100101100111111011011101000010 | ee81bfe8b3aaee81b1e59fb742 |
UHC | ?質?執B | 00111111111100101111010100111111111100101111101101000010 | 3ff2f53ff2fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)