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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 렻┖렧[렻┖렧[^ | 111010111010000010111011111000101001010010010110111010111010000010100111010110111110101110100000101110111110001010010100100101101110101110100000101001110101101101011110 | eba0bbe29496eba0a75beba0bbe29496eba0a75b5e |
UHC | 렻┖렧[렻┖렧[^ | 100011101100001110100110110001011000111010110110010110111000111011000011101001101100010110001110101101100101101101011110 | 8ec3a6c58eb65b8ec3a6c58eb65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)