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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狸誰渫跣 | 1001001001001011100100100100111010011111110101101110011011101111 | 924b924e9fd6e6ef |
EUC-JP | 狸誰渫跣 | 1100001110101100110000111010111111011110110110001110110011110001 | c3acc3afded8ecf1 |
UTF-8 | 狸誰渫跣 | 111001111000101110111000111010001010101010110000111001101011100010101011111010001011011110100011 | e78bb8e8aab0e6b8abe8b7a3 |
UHC | 狸誰渫跣 | 1101011111100001111000101100000111100000110111101110000011010011 | d7e1e2c1e0dee0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)