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 | 骭壽ゥ苦ア | 1110100110001100100110101110011010101001100010111110101010110001 | e98c9ae6a98beab1 |
EUC-JP | 骭壽ゥ苦ア | 11110001111011001101010011101000100011101010100110110110111011001000111010110001 | f1ecd4e88ea9b6ec8eb1 |
UTF-8 | 骭壽ゥ苦ア | 111010011010101010101101111001011010001110111101111011111011110110101001111010001000101110100110111011111011110110110001 | e9aaade5a3bdefbda9e88ba6efbdb1 |
UHC | ?壽?苦? | 00111111111000011111100000111111110011011100100000111111 | 3fe1f83fcdc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)