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 | 葫歟雨 | 111001001101011110011111011000101000100101001010 | e4d79f62894a |
EUC-JP | 葫歟雨 | 111010001101100111011101110000111011000110101011 | e8d9ddc3b1ab |
UTF-8 | 葫歟雨 | 111010001001000110101011111001101010110110011111111010011001101110101000 | e891abe6ad9fe99ba8 |
UHC | 葫歟雨 | 111110111101100111100110101000101110100111101011 | fbd9e6a2e9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)