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 | 1110100111110011100111111111000101101001111010011111001110011111111100010110100101000010 | e9f39ff169e9f39ff16942 |
EUC-JP | 鴣潁i鴣潁iB | 1111001011110101110111101111001101101001111100101111010111011110111100110110100101000010 | f2f5def369f2f5def36942 |
UTF-8 | 鴣潁i鴣潁iB | 111010011011010010100011111001101011110110000001011010011110100110110100101000111110011010111101100000010110100101000010 | e9b4a3e6bd8169e9b4a3e6bd816942 |
UHC | ?潁i?潁iB | 001111111110011110111000011010010011111111100111101110000110100101000010 | 3fe7b8693fe7b86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)