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 | 謔梧弌 | 111001101000001010001100111001101001100010011111 | e6828ce6989f |
EUC-JP | 謔梧弌 | 111010111110001010111000111010001101000010100001 | ebe2b8e8d0a1 |
UTF-8 | 謔梧弌 | 111010001010110010010100111001101010001010100111111001011011110010001100 | e8ac94e6a2a7e5bc8c |
UHC | 謔梧? | 1111100111001100111001111111110000111111 | f9cce7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)