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 | 意??吟ъ?^ | 10001000110100110011111100111111100010111110000110000100100011000011111101011110 | 88d33f3f8be1848c3f5e |
EUC-JP | 意??吟ъ?^ | 10110000110101010011111100111111101101101110001110100111111011000011111101011110 | b0d53f3fb6e3a7ec3f5e |
UTF-8 | 意붾죿吟ъ뀞^ | 111001101000010010001111111010111011011010111110111011001010001110111111111001011001000010011111110100011000101011101011100000001001111001011110 | e6848febb6beeca3bfe5909fd18aeb809e5e |
UHC | 意붾죿吟ъ뀞^ | 11101011111100101001010011101011101000011001011111101011111000011010110011101100100001011001010101011110 | ebf294eba197ebe1acec85955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)