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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 遜?n}遜?n{^ | 1001000110111011001111110110111001111101100100011011101100111111011011100111101101011110 | 91bb3f6e7d91bb3f6e7b5e |
EUC-JP | 遜?n}遜?n{^ | 1100001010111101001111110110111001111101110000101011110100111111011011100111101101011110 | c2bd3f6e7dc2bd3f6e7b5e |
UTF-8 | 遜빏n}遜빏n{^ | 1110100110000001100111001110101110111001100011110110111001111101111010011000000110011100111010111011100110001111011011100111101101011110 | e9819cebb98f6e7de9819cebb98f6e7b5e |
UHC | 遜빏n}遜빏n{^ | 11100001111000011001010110110011011011100111110111100001111000011001010110110011011011100111101101011110 | e1e195b36e7de1e195b36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)