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 | 綬å | 111001111011011010101100111001011000111110010111 | e7b6ace58f97 |
SJIS-WIN | ?¶¬??? | 0011111110000001111101111000000111001010001111110011111100111111 | 3f81f781ca3f3f3f |
EUC-JP | 綬å?? | 100011111010101110101110101000101111100110100010110011001000111110101011101010010011111100111111 | 8fabaea2f9a2cc8faba93f3f |
UTF-8 | 綬å | 110000111010011111000010101101101100001010101100110000111010010111000010100011111100001010010111 | c3a7c2b6c2acc3a5c28fc297 |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)