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 | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | 召ツ娼ミrB | 1000111110100010110000101000111110101001110100000111001001000010 | 8fa2c28fa9d07242 |
EUC-JP | 召ツ娼ミrB | 10111110101001001000111011000010101111101010101110001110110100000111001001000010 | bea48ec2beab8ed07242 |
UTF-8 | 召ツ娼ミrB | 1110010110001111101011001110111110111110100000101110010110101000101111001110111110111110100100000111001001000010 | e58facefbe82e5a8bcefbe907242 |
UHC | 召?娼?rB | 1110000110101111001111111111001111011110001111110111001001000010 | e1af3ff3de3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)