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 | ??±裕 | 001111110011111110000001011111011001011101010100 | 3f3f817d9754 |
EUC-JP | ??±裕 | 001111110011111110100001110111101100110110110101 | 3f3fa1decdb5 |
UTF-8 | 咽됱±裕 | 1110111110100110100111101110101110010000101100011100001010110001111010001010001110010101 | efa69eeb90b1c2b1e8a395 |
UHC | 咽됱±裕 | 1110011011101100100010011110110010100001101111101110101110101110 | e6ec89eca1beebae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)