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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 簔珮簔珮獨F | 11100010110000011110000011100001111100001110111011100010110000011110000011100001111000001101010101000110 | e2c1e0e1f0eee2c1e0e1e0d546 |
EUC-JP | 簔珮?簔珮獨F | 111001001100001111100000111000110011111111100100110000111110000011100011111000001101011101000110 | e4c3e0e33fe4c3e0e3e0d746 |
UTF-8 | 簔珮簔珮獨F | 11100111101100001001010011100111100011111010111011101110100000101010110111100111101100001001010011100111100011111010111011100111100011011010100001000110 | e7b094e78faeee82ade7b094e78faee78da846 |
UHC | ?????獨F | 0011111100111111001111110011111100111111110101001011110001000110 | 3f3f3f3f3fd4bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)