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 | ????m | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
SJIS-WIN | 韋難スャm | 11101000111010001001001111101111101111011010110001101101 | e8e893efbdac6d |
EUC-JP | 韋難スャm | 111100001110101011000110111100011000111010111101100011101010110001101101 | f0eac6f18ebd8eac6d |
UTF-8 | 韋難スャm | 11101001100111111000101111101001100110111010001111101111101111011011110111101111101111011010110001101101 | e99f8be99ba3efbdbdefbdac6d |
UHC | 韋難??m | 11101010110111111101000111110001001111110011111101101101 | eadfd1f13f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)