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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | \」\∝h | 100000010101111110000001011101101000000101011111100000011110010101101000 | 815f8176815f81e568 |
EUC-JP | \」\∝h | 101000011100000010100001110101111010000111000000101000101110011101101000 | a1c0a1d7a1c0a2e768 |
UTF-8 | \」\∝h | 11101111101111001011110011100011100000001000110111101111101111001011110011100010100010001001110101101000 | efbcbce3808defbcbce2889d68 |
UHC | \」\∝h | 101000011010110010100001101110011010000110101100101000011111000001101000 | a1aca1b9a1aca1f068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)