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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葫歟溶 | 111001001101011110011111011000101001011101101110 | e4d79f62976e |
EUC-JP | 葫歟溶 | 111010001101100111011101110000111100110111001111 | e8d9ddc3cdcf |
UTF-8 | 葫歟溶 | 111010001001000110101011111001101010110110011111111001101011101010110110 | e891abe6ad9fe6bab6 |
UHC | 葫歟溶 | 111110111101100111100110101000101110100111000001 | fbd9e6a2e9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)