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 | 111110101011100010001110101101000101001001000101 | fab88eb45245 |
SJIS-WIN | ???´RE | 00111111001111110011111110000001010011000101001001000101 | 3f3f3f814c5245 |
EUC-JP | ú¸?´RE | 1000111110101011111000101000111110100010101100010011111110100001101011010101001001000101 | 8fabe28fa2b13fa1ad5245 |
UTF-8 | ú¸´RE | 11000011101110101100001010111000110000101000111011000010101101000101001001000101 | c3bac2b8c28ec2b45245 |
UHC | ?¸?´RE | 0011111110100010101011000011111110100010101001010101001001000101 | 3fa2ac3fa2a55245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)