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 | ?????rB | 00111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f7242 |
SJIS-WIN | 篠モゥ偲爾rB | 10001110110000101101001110101001100011101100001110001110101000100111001001000010 | 8ec2d3a98ec38ea27242 |
EUC-JP | 篠モゥ偲爾rB | 101111001100010010001110110100111000111010101001101111001100010110111100101001000111001001000010 | bcc48ed38ea9bcc5bca47242 |
UTF-8 | 篠モゥ偲爾rB | 1110011110101111101000001110111110111110100100111110111110111101101010011110010110000001101100101110011110001000101111100111001001000010 | e7afa0efbe93efbda9e581b2e788be7242 |
UHC | 篠???爾rB | 111000011100011000111111001111110011111111101100101100110111001001000010 | e1c63f3f3fecb37242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)