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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逋育文 | 111001111001100110001000111001111001010110110110 | e79988e795b6 |
EUC-JP | 逋育文 | 111011011111100110110000111010011100101010111000 | edf9b0e9cab8 |
UTF-8 | 逋育文 | 111010011000000010001011111010001000001010110010111001101001011010000111 | e9808be882b2e69687 |
UHC | 逋育文 | 111110001110011111101011110000001101100111111110 | f8e7ebc0d9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)