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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | ?®?B | 001111111000111110100010111011100011111101000010 | 3f8fa2ee3f42 |
UTF-8 | 吳®벛B | 111001011001000010110011110000101010111011101011101100101001101101000010 | e590b3c2aeebb29b42 |
UHC | 吳®벛B | 11100111111011111010001011100111100100111011011001000010 | e7efa2e793b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)