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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐庭讌呱讎 | 11111010101101101001001011101011111001101010010110011001111010111110011010100110 | fab692ebe6a599ebe6a6 |
EUC-JP | 巐庭讌呱讎 | 1000111110111011111110011100010011101101111011001010011111010010111011011110110010101000 | 8fbbf9c4edeca7d2edeca8 |
UTF-8 | 巐庭讌呱讎 | 111001011011011110010000111001011011101010101101111010001010111010001100111001011001000110110001111010001010111010001110 | e5b790e5baade8ae8ce591b1e8ae8e |
UHC | ?庭?呱? | 00111111111011111101010000111111110011011011001000111111 | 3fefd43fcdb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)