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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 媛紗紆任 | 1001010101010001100011101101000111100010111111001001010001000011 | 95518ed1e2fc9443 |
EUC-JP | 媛紗紆任 | 1100100110110010101111001101001111100100111111101100011110100100 | c9b2bcd3e4fec7a4 |
UTF-8 | 媛紗紆任 | 111001011010101010011011111001111011010010010111111001111011010010000110111001001011101110111011 | e5aa9be7b497e7b486e4bbbb |
UHC | 媛紗紆任 | 1110101010110000110111101110100111101001111000011110110011110010 | eab0dee9e9e1ecf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)