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 | ?EBF | 00111111010001010100001001000110 | 3f454246 |
SJIS-WIN | 雜EBF | 1110100010110110010001010100001001000110 | e8b6454246 |
EUC-JP | 雜EBF | 1111000010111000010001010100001001000110 | f0b8454246 |
UTF-8 | 雜EBF | 111010011001101110011100010001010100001001000110 | e99b9c454246 |
UHC | 雜EBF | 1110110111011010010001010100001001000110 | edda454246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)