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 | 100100100100111010010010010100101001000110101111100100011011100001000010 | 924e925291af91b842 |
EUC-JP | 誰坦賊尊B | 110000111010111111000011101100111100001010110001110000101011101001000010 | c3afc3b3c2b1c2ba42 |
UTF-8 | 誰坦賊尊B | 11101000101010101011000011100101100111011010011011101000101100111000101011100101101100001000101001000010 | e8aab0e59da6e8b38ae5b08a42 |
UHC | 誰坦賊尊B | 111000101100000111110111101001001110111011100100111100001110111001000010 | e2c1f7a4eee4f0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)