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 | 鶯û\ | 11101001101101101010111111111011101011011001001001011100 | e9b6affbad925c |
SJIS-WIN | ?¶????\ | 0011111110000001111101110011111100111111001111110011111101011100 | 3f81f73f3f3f3f5c |
EUC-JP | 鶯û??\ | 1000111110101011101100011010001011111001100011111010001010110100100011111010101111100101001111110011111101011100 | 8fabb1a2f98fa2b48fabe53f3f5c |
UTF-8 | 鶯û\ | 11000011101010011100001010110110110000101010111111000011101110111100001010101101110000101001001001011100 | c3a9c2b6c2afc3bbc2adc2925c |
UHC | ?¶???\ | 001111111010001011010010001111110011111110100001101010010011111101011100 | 3fa2d23f3fa1a93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)