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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒樒ェョ螳ウ | 111001111011111010011110111001111010101010101110111001011010111010110011 | e7be9ee7aaaee5aeb3 |
EUC-JP | 鄒樒ェョ螳ウ | 111011101100000011011100111010011000111010101010100011101010111011101010101100001000111010110011 | eec0dce98eaa8eaeeab08eb3 |
UTF-8 | 鄒樒ェョ螳ウ | 111010011000010010010010111001101010100010010010111011111011110110101010111011111011110110101110111010001001111010110011111011111011110110110011 | e98492e6a892efbdaaefbdaee89eb3efbdb3 |
UHC | 鄒???螳? | 1111010111011011001111110011111100111111110100111101100100111111 | f5db3f3f3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)