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 | ®å½ | 100110001010111011100101101111011001101010011011 | 98aee5bd9a9b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?®å??? | 00111111100011111010001011101110100011111010101110101001001111110011111100111111 | 3f8fa2ee8faba93f3f3f |
UTF-8 | ®å½ | 110000101001100011000010101011101100001110100101110000101011110111000010100110101100001010011011 | c298c2aec3a5c2bdc29ac29b |
UHC | ?®?½?? | 0011111110100010111001110011111110101000111101100011111100111111 | 3fa2e73fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)