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 | 。゙宵瓔召 | 1010000111011110100011111010101011100000111110111000111110100010 | a1de8faae0fb8fa2 |
EUC-JP | 。゙宵瓔召 | 10001110101000011000111011011110101111101010110011100000111111011011111010100100 | 8ea18edebeace0fdbea4 |
UTF-8 | 。゙宵瓔召 | 111011111011110110100001111011111011111010011110111001011010111010110101111001111001001110010100111001011000111110101100 | efbda1efbe9ee5aeb5e79394e58fac |
UHC | ??宵瓔召 | 0011111100111111111000011011001011100111110000101110000110101111 | 3f3fe1b2e7c2e1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)