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 | 襄丞┌粤 | 1110010111110101100011111110010110000100101000011110001011100011 | e5f58fe584a1e2e3 |
EUC-JP | 襄丞┌粤 | 1110101011110111101111101110011110101000101000111110010011100101 | eaf7bee7a8a3e4e5 |
UTF-8 | 襄丞┌粤 | 111010001010010110000100111001001011100010011110111000101001010010001100111001111011001010100100 | e8a584e4b89ee2948ce7b2a4 |
UHC | 襄丞┌? | 11100101110100011110001110101010101001101010001100111111 | e5d1e3aaa6a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)