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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 縡?障?垣?B | 11100011011100010011111110001111111000010011111110001010010111110011111101000010 | e3713f8fe13f8a5f3f42 |
EUC-JP | 縡?障?垣?B | 11100101110100100011111110111110111000110011111110110011110000000011111101000010 | e5d23fbee33fb3c03f42 |
UTF-8 | 縡렕障렚垣렖B | 11100111101110001010000111101011101000001001010111101001100110101001110011101011101000001001101011100101100111101010001111101011101000001001011001000010 | e7b8a1eba095e99a9ceba09ae59ea3eba09642 |
UHC | 縡렕障렚垣렖B | 11101110101011011000111010101010111011101010000110001110101011011110101010101111100011101010101101000010 | eead8eaaeea18eadeaaf8eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)