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 | 1110000101010010111001011000000101101001111000010101001011100101100000010110100101000010 | e152e58169e152e5816942 |
EUC-JP | 甞蛛i甞蛛iB | 1110000110110011111010011110000101101001111000011011001111101001111000010110100101000010 | e1b3e9e169e1b3e9e16942 |
UTF-8 | 甞蛛i甞蛛iB | 111001111001010010011110111010001001101110011011011010011110011110010100100111101110100010011011100110110110100101000010 | e7949ee89b9b69e7949ee89b9b6942 |
UHC | ?蛛i?蛛iB | 001111111111000111001000011010010011111111110001110010000110100101000010 | 3ff1c8693ff1c86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)