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 | 阮帷エョ譌嫂 | 11101000100101101001101111100111101101001010111011100110100101111001101101011110 | e8969be7b4aee6979b5e |
EUC-JP | 阮帷エョ譌嫂 | 111011111111011011010110111010011000111010110100100011101010111011101011111101111101010110111111 | eff6d6e98eb48eaeebf7d5bf |
UTF-8 | 阮帷エョ譌嫂 | 111010011001100010101110111001011011100010110111111011111011110110110100111011111011110110101110111010001010110110001100111001011010101110000010 | e998aee5b8b7efbdb4efbdaee8ad8ce5ab82 |
UHC | 阮????嫂 | 1110100011010110001111110011111100111111001111111110000111111001 | e8d63f3f3f3fe1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)