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 | EaBV | 100100100100010101100001100100100100001001010110 | 924561924256 |
SJIS-WIN | ?Ea?BV | 001111110100010101100001001111110100001001010110 | 3f45613f4256 |
EUC-JP | ?Ea?BV | 001111110100010101100001001111110100001001010110 | 3f45613f4256 |
UTF-8 | EaBV | 1100001010010010010001010110000111000010100100100100001001010110 | c2924561c2924256 |
UHC | ?Ea?BV | 001111110100010101100001001111110100001001010110 | 3f45613f4256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)