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 | ¶ý}Y¶ý}bE | 101101101111110101111101010110011011011011111101011111010110001001000101 | b6fd7d59b6fd7d6245 |
SJIS-WIN | ¶?}Y¶?}bE | 1000000111110111001111110111110101011001100000011111011100111111011111010110001001000101 | 81f73f7d5981f73f7d6245 |
EUC-JP | ¶ý}Y¶ý}bE | 101000101111100110001111101010111111001001111101010110011010001011111001100011111010101111110010011111010110001001000101 | a2f98fabf27d59a2f98fabf27d6245 |
UTF-8 | ¶ý}Y¶ý}bE | 11000010101101101100001110111101011111010101100111000010101101101100001110111101011111010110001001000101 | c2b6c3bd7d59c2b6c3bd7d6245 |
UHC | ¶?}Y¶?}bE | 1010001011010010001111110111110101011001101000101101001000111111011111010110001001000101 | a2d23f7d59a2d23f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)