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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | ??±諭 | 001111110011111110000001011111011001011101000000 | 3f3f817d9740 |
EUC-JP | ??±諭 | 001111110011111110100001110111101100110110100001 | 3f3fa1decda1 |
UTF-8 | 咽됱±諭 | 1110111110100110100111101110101110010000101100011100001010110001111010001010101110101101 | efa69eeb90b1c2b1e8abad |
UHC | 咽됱±諭 | 1110011011101100100010011110110010100001101111101110101110110001 | e6ec89eca1beebb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)