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 | ³£³£^ | 100011001011001110011010101000111000110010110011100110101010001101011110 | 8cb39aa38cb39aa35e |
SJIS-WIN | ???£???£^ | 0011111100111111001111111000000110010010001111110011111100111111100000011001001001011110 | 3f3f3f81923f3f3f81925e |
EUC-JP | ???£???£^ | 0011111100111111001111111010000111110010001111110011111100111111101000011111001001011110 | 3f3f3fa1f23f3f3fa1f25e |
UTF-8 | ³£³£^ | 1100001010001100110000101011001111000010100110101100001010100011110000101000110011000010101100111100001010011010110000101010001101011110 | c28cc2b3c29ac2a3c28cc2b3c29ac2a35e |
UHC | ?³???³??^ | 0011111110101001111110000011111100111111001111111010100111111000001111110011111101011110 | 3fa9f83f3f3fa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)