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 | ?齎鮓 | 0011111111100110110110001110100110110110 | 3fe6d8e9b6 |
EUC-JP | 寗齎鮓 | 10001111101110101110000011101100110110101111001010111000 | 8fbae0ecdaf2b8 |
UTF-8 | 寗齎鮓 | 111001011010111110010111111010011011110110001110111010011010111010010011 | e5af97e9bd8ee9ae93 |
UHC | 寗齎? | 1101001010111100111011101011001000111111 | d2bceeb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)