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 | ?bn?bnB | 00111111011000100110111000111111011000100110111001000010 | 3f626e3f626e42 |
SJIS-WIN | ?bn?bnB | 00111111011000100110111000111111011000100110111001000010 | 3f626e3f626e42 |
EUC-JP | ?bn?bnB | 00111111011000100110111000111111011000100110111001000010 | 3f626e3f626e42 |
UTF-8 | 묮bn묮bnB | 1110101110101100101011100110001001101110111010111010110010101110011000100110111001000010 | ebacae626eebacae626e42 |
UHC | 묮bn묮bnB | 100100100100010101100010011011101001001001000101011000100110111001000010 | 9245626e9245626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)