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 | 崧基貍俯 | 1111101010101111100010101110111011100110101111001001100011101011 | faaf8aeee6bc98eb |
EUC-JP | 崧基貍俯 | 100011111011101111001010101101001111000011101100101111101101000011101101 | 8fbbcab4f0ecbed0ed |
UTF-8 | 崧基貍俯 | 111001011011010010100111111001011001111110111010111010001011001010001101111001001011111110101111 | e5b4a7e59fbae8b28de4bfaf |
UHC | 崧基?俯 | 11100010111111101101000011110001001111111101110011110110 | e2fed0f13fdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)