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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 溿ヲW | 11111011010010101010011001010111 | fb4aa657 |
EUC-JP | 溿ヲW | 100011111100100010110001100011101010011001010111 | 8fc8b18ea657 |
UTF-8 | 溿ヲW | 11100110101110101011111111101111101111011010011001010111 | e6babfefbda657 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)