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 | 橈??俉?? | 1001111011110100001111110011111111111010011000010011111100111111 | 9ef43f3ffa613f3f |
EUC-JP | 橈??俉?? | 110111001111011000111111001111111000111110110001101110110011111100111111 | dcf63f3f8fb1bb3f3f |
UTF-8 | 橈묕쉈俉득퍒 | 111001101010100110001000111010111010110010010101111011001000100110001000111001001011111110001001111010111001001110011101111011011000110110010010 | e6a988ebac95ec8988e4bf89eb939ded8d92 |
UHC | 橈묕쉈俉득퍒 | 111010001111101010010001111011111011110110100101111001111110101110110101111001101011101110001001 | e8fa91efbda5e7ebb5e6bb89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)