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 | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 鞘m | 1000111111100010111100011111101101101101 | 8fe2f1fb6d |
EUC-JP | 鞘?m | 10111110111001000011111101101101 | bee43f6d |
UTF-8 | 鞘m | 11101001100111101001100011101110100001011011011001101101 | e99e98ee85b66d |
UHC | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)