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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 脱誰脱誰B | 100100100100010110010010010011101001001001000101100100100100111001000010 | 9245924e9245924e42 |
EUC-JP | 脱誰脱誰B | 110000111010011011000011101011111100001110100110110000111010111101000010 | c3a6c3afc3a6c3af42 |
UTF-8 | 脱誰脱誰B | 11101000100001001011000111101000101010101011000011101000100001001011000111101000101010101011000001000010 | e884b1e8aab0e884b1e8aab042 |
UHC | ?誰?誰B | 00111111111000101100000100111111111000101100000101000010 | 3fe2c13fe2c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)