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 | ??x{d | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-WIN | 寀軸x{d | 11111010101001111000111010110010011110000111101101100100 | faa78eb2787b64 |
EUC-JP | 寀軸x{d | 1000111110111010110110111011110010110100011110000111101101100100 | 8fbadbbcb4787b64 |
UTF-8 | 寀軸x{d | 111001011010111110000000111010001011101110111000011110000111101101100100 | e5af80e8bbb8787b64 |
UHC | 寀軸x{d | 11110011111100101111010111101110011110000111101101100100 | f3f2f5ee787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)