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 | 韋墓楜 | 111010001110100010010101111001101001111010110011 | e8e895e69eb3 |
EUC-JP | 韋墓楜 | 111100001110101011001010111010001101110010110101 | f0eacae8dcb5 |
UTF-8 | 韋墓楜 | 111010011001111110001011111001011010001010010011111001101010010110011100 | e99f8be5a293e6a59c |
UHC | 韋墓? | 1110101011011111110110011101011100111111 | eadfd9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)