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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 狸多袖誰促 | 10010010010010111001000110111101100100011011001110010010010011101001000110100011 | 924b91bd91b3924e91a3 |
EUC-JP | 狸多袖誰促 | 11000011101011001100001010111111110000101011010111000011101011111100001010100101 | c3acc2bfc2b5c3afc2a5 |
UTF-8 | 狸多袖誰促 | 111001111000101110111000111001011010010010011010111010001010001010010110111010001010101010110000111001001011111110000011 | e78bb8e5a49ae8a296e8aab0e4bf83 |
UHC | 狸多袖誰促 | 11010111111000011101001011111101111000101100000011100010110000011111010110110101 | d7e1d2fde2c0e2c1f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)