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 | »¶ý[ | 1000111110111011101101101111110101011011 | 8fbbb6fd5b |
SJIS-WIN | ??¶?[ | 001111110011111110000001111101110011111101011011 | 3f3f81f73f5b |
EUC-JP | ??¶ý[ | 0011111100111111101000101111100110001111101010111111001001011011 | 3f3fa2f98fabf25b |
UTF-8 | »¶ý[ | 110000101000111111000010101110111100001010110110110000111011110101011011 | c28fc2bbc2b6c3bd5b |
UHC | ??¶?[ | 001111110011111110100010110100100011111101011011 | 3f3fa2d23f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)