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 | Bbá}kE | 10011010010000100110001011100001011111010110101101000101 | 9a4262e17d6b45 |
SJIS-WIN | ?Bb?}kE | 00111111010000100110001000111111011111010110101101000101 | 3f42623f7d6b45 |
EUC-JP | ?Bbá}kE | 001111110100001001100010100011111010101110100001011111010110101101000101 | 3f42628faba17d6b45 |
UTF-8 | Bbá}kE | 110000101001101001000010011000101100001110100001011111010110101101000101 | c29a4262c3a17d6b45 |
UHC | ?Bb?}kE | 00111111010000100110001000111111011111010110101101000101 | 3f42623f7d6b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)