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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葫歟 | 11100100110101111001111101100010 | e4d79f62 |
EUC-JP | 葫歟 | 11101000110110011101110111000011 | e8d9ddc3 |
UTF-8 | 葫歟 | 111010001001000110101011111001101010110110011111 | e891abe6ad9f |
UHC | 葫歟 | 11111011110110011110011010100010 | fbd9e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)