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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 阮ーミシG | 111010001001011010110000110100001011110001000111 | e896b0d0bc47 |
EUC-JP | 阮ーミシG | 111011111111011010001110101100001000111011010000100011101011110001000111 | eff68eb08ed08ebc47 |
UTF-8 | 阮ーミシG | 11101001100110001010111011101111101111011011000011101111101111101001000011101111101111011011110001000111 | e998aeefbdb0efbe90efbdbc47 |
UHC | 阮???G | 111010001101011000111111001111110011111101000111 | e8d63f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)