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 | 鬱逗舞寃 | 1001111101010100100100001000000010010101100100011001101110000011 | 9f54908095919b83 |
EUC-JP | 鬱逗舞寃 | 1101110110110101101111111110000011001001111100011101010111100011 | ddb5bfe0c9f1d5e3 |
UTF-8 | 鬱逗舞寃 | 111010011010110010110001111010011000000010010111111010001000100010011110111001011010111110000011 | e9acb1e98097e8889ee5af83 |
UHC | 鬱逗舞寃 | 1110101010100110110101001110100011011001111100011110101010110010 | eaa6d4e8d9f1eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)