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 | 誰側息谷揃 | 10010010010011101001000110100100100100011010011110010010010010101001000110110101 | 924e91a491a7924a91b5 |
EUC-JP | 誰側息谷揃 | 11000011101011111100001010100110110000101010100111000011101010111100001010110111 | c3afc2a6c2a9c3abc2b7 |
UTF-8 | 誰側息谷揃 | 111010001010101010110000111001011000000110110100111001101000000110101111111010001011000010110111111001101000111110000011 | e8aab0e581b4e681afe8b0b7e68f83 |
UHC | 誰側息谷? | 111000101100000111110110101100001110001111010011110011011101101100111111 | e2c1f6b0e3d3cddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)