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 | 111000010111110111101001100111001110000101111101111010011001110001000010 | e17de99ce17de99c42 |
EUC-JP | 痾髴痾髴B | 111000011101111011110001111111001110000111011110111100011111110001000010 | e1def1fce1def1fc42 |
UTF-8 | 痾髴痾髴B | 11100111100101111011111011101001101010111011010011100111100101111011111011101001101010111011010001000010 | e797bee9abb4e797bee9abb442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)