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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 傳?x | 10011001010000100011111101111000 | 99423f78 |
EUC-JP | 傳?x | 11010001101000110011111101111000 | d1a33f78 |
UTF-8 | 傳렓x | 11100101100000101011001111101011101000001001001101111000 | e582b3eba09378 |
UHC | 傳렓x | 1110111011101110100011101010100001111000 | eeee8ea878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)