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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ屍ツ愿 | 110000101000111001110010110000101001110011000011 | c28e72c29cc3 |
EUC-JP | ツ屍ツ愿 | 1000111011000010101110111101001110001110110000101101100011000101 | 8ec2bbd38ec2d8c5 |
UTF-8 | ツ屍ツ愿 | 111011111011111010000010111001011011000110001101111011111011111010000010111001101000010010111111 | efbe82e5b18defbe82e684bf |
UHC | ?屍?愿 | 001111111110001110111011001111111110101010110100 | 3fe3bb3feab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)