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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謔梧両 | 111001101000001010001100111001101001011110111100 | e6828ce697bc |
EUC-JP | 謔梧両 | 111010111110001010111000111010001100111010111110 | ebe2b8e8cebe |
UTF-8 | 謔梧両 | 111010001010110010010100111001101010001010100111111001001011100010100001 | e8ac94e6a2a7e4b8a1 |
UHC | 謔梧? | 1111100111001100111001111111110000111111 | f9cce7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)