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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 闍抵ソ「B | 11101000100010111001001011101111101111111010001001000010 | e88b92efbfa242 |
EUC-JP | 闍抵ソ「B | 111011111110101111000100111100011000111010111111100011101010001001000010 | efebc4f18ebf8ea242 |
UTF-8 | 闍抵ソ「B | 11101001100101111000110111100110100010101011010111101111101111011011111111101111101111011010001001000010 | e9978de68ab5efbdbfefbda242 |
UHC | ?抵??B | 001111111110111010111101001111110011111101000010 | 3feebd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)