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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 懈i?裝??^ | 10011100111001101000001010001001001111111110010111100100001111110011111101011110 | 9ce682893fe5e43f3f5e |
EUC-JP | 懈i?裝??^ | 11011000111010001010001111101001001111111110101011100110001111110011111101011110 | d8e8a3e93feae63f3f5e |
UTF-8 | 懈i떁裝욥떁^ | 11100110100001111000100011101111101111011000100111101011100101101000000111101000101000111001110111101100100110101010010111101011100101101000000101011110 | e68788efbd89eb9681e8a39dec9aa5eb96815e |
UHC | 懈i떁裝욥떁^ | 11111010101010111010001111101001100010111001011111101101111110111011111111101001100010111001011101011110 | faaba3e98b97edfbbfe98b975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)