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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矍 | 1111011110101001111100001110110111100001110111011111000111111100 | f7a9f0ede1ddf1fc |
EUC-JP | ??矍? | 0011111100111111111000101101111100111111 | 3f3fe2df3f |
UTF-8 | 矍 | 111011101001011010001100111011101000001010101100111001111001111110001101111011101000010110110111 | ee968cee82ace79f8dee85b7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)