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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 丹則則即 | 1001001001001111100100011010010110010001101001011001000110100110 | 924f91a591a591a6 |
EUC-JP | 丹則則即 | 1100001110110000110000101010011111000010101001111100001010101000 | c3b0c2a7c2a7c2a8 |
UTF-8 | 丹則則即 | 111001001011100010111001111001011000100110000111111001011000100110000111111001011000110110110011 | e4b8b9e58987e58987e58db3 |
UHC | 丹則則? | 11010011101000011111011011001110111101101100111000111111 | d3a1f6cef6ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)