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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驕之驕之B | 111010011000000110010100010101101110100110000001100101000101011001000010 | e9819456e981945642 |
EUC-JP | 驕之驕之B | 111100011110000111000111101101111111000111100001110001111011011101000010 | f1e1c7b7f1e1c7b742 |
UTF-8 | 驕之驕之B | 11101001101010011001010111100100101110011000101111101001101010011001010111100100101110011000101101000010 | e9a995e4b98be9a995e4b98b42 |
UHC | 驕之驕之B | 110011101111011011110001111111011100111011110110111100011111110101000010 | cef6f1fdcef6f1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)