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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?權?〓 | 001111111001111011011100001111111000000110101100 | 3f9edc3f81ac |
EUC-JP | ?權?〓 | 001111111101110011011110001111111010001010101110 | 3fdcde3fa2ae |
UTF-8 | 룵權▣〓 | 111010111010001110110101111001101010110010001010111000101001011010100011111000111000000010010011 | eba3b5e6ac8ae296a3e38093 |
UHC | 룵權▣〓 | 1000111110101010110011111110110110100010110000111010000111101011 | 8faacfeda2c3a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)