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 | 1110011011110011101001111110100010011100101101000101001001000101 | e6f3a7e89cb45245 |
SJIS-WIN | ??§??´RE | 00111111001111111000000110011000001111110011111110000001010011000101001001000101 | 3f3f81983f3f814c5245 |
EUC-JP | æó§è?´RE | 10001111101010011100000110001111101010111101000110100001111110001000111110101011101100100011111110100001101011010101001001000101 | 8fa9c18fabd1a1f88fabb23fa1ad5245 |
UTF-8 | æó§è´RE | 1100001110100110110000111011001111000010101001111100001110101000110000101001110011000010101101000101001001000101 | c3a6c3b3c2a7c3a8c29cc2b45245 |
UHC | æ?§??´RE | 1010100110100001001111111010000111010111001111110011111110100010101001010101001001000101 | a9a13fa1d73f3fa2a55245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)