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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将莟宵蓖ェ | 100011111010101111100100101011111000111110101010111001001110110110101010 | 8fabe4af8faae4edaa |
EUC-JP | 将莟宵蓖ェ | 10111110101011011110100010110001101111101010110011101000111011111000111010101010 | beade8b1beace8ef8eaa |
UTF-8 | 将莟宵蓖ェ | 111001011011000010000110111010001000111010011111111001011010111010110101111010001001001110010110111011111011110110101010 | e5b086e88e9fe5aeb5e89396efbdaa |
UHC | ??宵?? | 001111110011111111100001101100100011111100111111 | 3f3fe1b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)