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 | UéiUéiB | 1001000101010101100100111110100101101001100100010101010110010011111010010110100101000010 | 915593e969915593e96942 |
SJIS-WIN | ?U??i?U??iB | 0011111101010101001111110011111101101001001111110101010100111111001111110110100101000010 | 3f553f3f693f553f3f6942 |
EUC-JP | ?U?éi?U?éiB | 001111110101010100111111100011111010101110110001011010010011111101010101001111111000111110101011101100010110100101000010 | 3f553f8fabb1693f553f8fabb16942 |
UTF-8 | UéiUéiB | 1100001010010001010101011100001010010011110000111010100101101001110000101001000101010101110000101001001111000011101010010110100101000010 | c29155c293c3a969c29155c293c3a96942 |
UHC | ?U??i?U??iB | 0011111101010101001111110011111101101001001111110101010100111111001111110110100101000010 | 3f553f3f693f553f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)