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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?豬。B | 0011111111100110101101011010000101000010 | 3fe6b5a142 |
EUC-JP | 巋豬。B | 1000111110111011111110001110110010110111100011101010000101000010 | 8fbbf8ecb78ea142 |
UTF-8 | 巋豬。B | 11100101101101111000101111101000101100011010110011101111101111011010000101000010 | e5b78be8b1acefbda142 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)