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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱存側誰遜 | 10010010010001011001000110110110100100011010010010010010010011101001000110111011 | 924591b691a4924e91bb |
EUC-JP | 脱存側誰遜 | 11000011101001101100001010111000110000101010011011000011101011111100001010111101 | c3a6c2b8c2a6c3afc2bd |
UTF-8 | 脱存側誰遜 | 111010001000010010110001111001011010110110011000111001011000000110110100111010001010101010110000111010011000000110011100 | e884b1e5ad98e581b4e8aab0e9819c |
UHC | ?存側誰遜 | 001111111111000011101101111101101011000011100010110000011110000111100001 | 3ff0edf6b0e2c1e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)