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 | 疑у?猷 | 10001011010111101000010010000101001111111001011101010001 | 8b5e84853f9751 |
EUC-JP | 疑у?猷 | 10110101101111111010011111100101001111111100110110110010 | b5bfa7e53fcdb2 |
UTF-8 | 疑у젅猷 | 1110011110010110100100011101000110000011111011001010000010000101111001111000110010110111 | e79691d183eca085e78cb7 |
UHC | 疑у젅猷 | 1110101111110111101011001110010110100000100010001110101110100011 | ebf7ace5a088eba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)