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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 篋β | 11100010101110001000001111000000 | e2b883c0 |
EUC-JP | 篋β | 11100100101110101010011011000010 | e4baa6c2 |
UTF-8 | 篋β | 1110011110101111100010111100111010110010 | e7af8bceb2 |
UHC | ?β | 001111111010010111100010 | 3fa5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)