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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?艙嶽 | 0011111111100100011110011001101111010100 | 3fe4799bd4 |
EUC-JP | ?艙嶽 | 0011111111100111110110101101011011010110 | 3fe7dad6d6 |
UTF-8 | 뤐艙嶽 | 111010111010010010010000111010001000100110011001111001011011011010111101 | eba490e88999e5b6bd |
UHC | 뤐艙嶽 | 100011111100000011110011111011011110010011000000 | 8fc0f3ede4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)