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 | 1110011110001010100000011110011110001111100111100101001001000101 | e78a81e78f9e5245 |
EUC-JP | 迥∫償RE | 1110110111101010101000101110100110111101111111100101001001000101 | edeaa2e9bdfe5245 |
UTF-8 | 迥∫償RE | 1110100010111111101001011110001010001000101010111110010110000100100111110101001001000101 | e8bfa5e288abe5849f5245 |
UHC | ?∫償RE | 00111111101000011111001011011111110000010101001001000101 | 3fa1f2dfc15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)