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 | ?E??SB | 001111110100010100111111001111110101001101000010 | 3f453f3f5342 |
SJIS-WIN | ?E??SB | 001111110100010100111111001111110101001101000010 | 3f453f3f5342 |
EUC-JP | ?E??SB | 001111110100010100111111001111110101001101000010 | 3f453f3f5342 |
UTF-8 | 혪E혩쨉SB | 111011011001100010101010010001011110110110011000101010011110110010101000100010010101001101000010 | ed98aa45ed98a9eca8895342 |
UHC | 혪E혩쨉SB | 110000101001001001000101110000101001000111000010101101010101001101000010 | c29245c291c2b55342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)