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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 潁躡i潁躡iB | 1001111111110001111001110101100101101001100111111111000111100111010110010110100101000010 | 9ff1e759699ff1e7596942 |
EUC-JP | 潁躡i潁躡iB | 1101111011110011111011011011101001101001110111101111001111101101101110100110100101000010 | def3edba69def3edba6942 |
UTF-8 | 潁躡i潁躡iB | 111001101011110110000001111010001011101010100001011010011110011010111101100000011110100010111010101000010110100101000010 | e6bd81e8baa169e6bd81e8baa16942 |
UHC | 潁?i潁?iB | 111001111011100000111111011010011110011110111000001111110110100101000010 | e7b83f69e7b83f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)