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 | 聽朱Α | 111000111110001110001110111010011000001110011111 | e3e38ee9839f |
EUC-JP | 聽朱Α | 111001101110010110111100111010111010011010100001 | e6e5bceba6a1 |
UTF-8 | 聽朱Α | 1110100010000001101111011110011010011100101100011100111010010001 | e881bde69cb1ce91 |
UHC | 聽朱Α | 111101001110100111110001101110011010010111000001 | f4e9f1b9a5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)