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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 哭顫齏RE | 1001101001001100111010001111101011101000111010110101001001000101 | 9a4ce8fae8eb5245 |
EUC-JP | 哭顫齏RE | 1101001110101101111100001111110011110000111011010101001001000101 | d3adf0fcf0ed5245 |
UTF-8 | 哭顫齏RE | 1110010110010011101011011110100110100001101010111110100110111101100011110101001001000101 | e593ade9a1abe9bd8f5245 |
UHC | 哭顫?RE | 11001101110101101110111110110101001111110101001001000101 | cdd6efb53f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)