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 | ??チ?臣 | 00111111001111111000001101100000001111111001000001100010 | 3f3f83603f9062 |
EUC-JP | ??チ?臣 | 00111111001111111010010111000001001111111011111111000011 | 3f3fa5c13fbfc3 |
UTF-8 | 룵핊チ룵臣 | 111010111010001110110101111011011001010110001010111000111000001110000001111010111010001110110101111010001000011110100011 | eba3b5ed958ae38381eba3b5e887a3 |
UHC | 룵핊チ룵臣 | 10001111101010101100000010001111101010111100000110001111101010101110001111101101 | 8faac08fabc18faae3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)