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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 簔珮簔珮獨B | 11100010110000011110000011100001111100001110111011100010110000011110000011100001111000001101010101000010 | e2c1e0e1f0eee2c1e0e1e0d542 |
EUC-JP | 簔珮?簔珮獨B | 111001001100001111100000111000110011111111100100110000111110000011100011111000001101011101000010 | e4c3e0e33fe4c3e0e3e0d742 |
UTF-8 | 簔珮簔珮獨B | 11100111101100001001010011100111100011111010111011101110100000101010110111100111101100001001010011100111100011111010111011100111100011011010100001000010 | e7b094e78faeee82ade7b094e78faee78da842 |
UHC | ?????獨B | 0011111100111111001111110011111100111111110101001011110001000010 | 3f3f3f3f3fd4bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)