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 | ツ屍ツ愿カ | 11000010100011100111001011000010100111001100001110110110 | c28e72c29cc3b6 |
EUC-JP | ツ屍ツ愿カ | 10001110110000101011101111010011100011101100001011011000110001011000111010110110 | 8ec2bbd38ec2d8c58eb6 |
UTF-8 | ツ屍ツ愿カ | 111011111011111010000010111001011011000110001101111011111011111010000010111001101000010010111111111011111011110110110110 | efbe82e5b18defbe82e684bfefbdb6 |
UHC | ?屍?愿? | 00111111111000111011101100111111111010101011010000111111 | 3fe3bb3feab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)