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 | 牆??謗 | 111000001010110100111111001111111110011010001110 | e0ad3f3fe68e |
EUC-JP | 牆?獐謗 | 1110000010101111001111111000111111001011101110101110101111101110 | e0af3f8fcbbaebee |
UTF-8 | 牆렮獐謗 | 111001111000100110000110111010111010000010101110111001111000110110010000111010001010110010010111 | e78986eba0aee78d90e8ac97 |
UHC | 牆렮獐謗 | 1110110111101101100011101011101111101101111011111101101110111111 | eded8ebbedefdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)