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 | 1110000110111000111010001111100011100001100100110101001001000101 | e1b8e8f8e1935245 |
EUC-JP | 盧顏癈RE | 1110001010111010111100001111101011100001111100110101001001000101 | e2baf0fae1f35245 |
UTF-8 | 盧顏癈RE | 1110011110011011101001111110100110100001100011111110011110011001100010000101001001000101 | e79ba7e9a18fe799885245 |
UHC | 盧??RE | 110101101101010000111111001111110101001001000101 | d6d43f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)