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 | 1000111011000010110000001100010110001110101010010111001001000010 | 8ec2c0c58ea97242 |
EUC-JP | 篠タナ自rB | 10111100110001001000111011000000100011101100010110111100101010110111001001000010 | bcc48ec08ec5bcab7242 |
UTF-8 | 篠タナ自rB | 1110011110101111101000001110111110111110100000001110111110111110100001011110100010000111101010100111001001000010 | e7afa0efbe80efbe85e887aa7242 |
UHC | 篠??自rB | 1110000111000110001111110011111111101101101110110111001001000010 | e1c63f3fedbb7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)