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 | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-WIN | 碣モイ筝nB | 1110000111110000110100111011001011100010101101100110111001000010 | e1f0d3b2e2b66e42 |
EUC-JP | 碣モイ筝nB | 11100010111100101000111011010011100011101011001011100100101110000110111001000010 | e2f28ed38eb2e4b86e42 |
UTF-8 | 碣モイ筝nB | 1110011110100010101000111110111110111110100100111110111110111101101100101110011110101101100111010110111001000010 | e7a2a3efbe93efbdb2e7ad9d6e42 |
UHC | 碣???nB | 11001010111001010011111100111111001111110110111001000010 | cae53f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)