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 | 1110000010110000111001001110010101101001111000001011000011100100111001010110100101000010 | e0b0e4e569e0b0e4e56942 |
EUC-JP | 牴蒟i牴蒟iB | 1110000010110010111010001110011101101001111000001011001011101000111001110110100101000010 | e0b2e8e769e0b2e8e76942 |
UTF-8 | 牴蒟i牴蒟iB | 111001111000100110110100111010001001001010011111011010011110011110001001101101001110100010010010100111110110100101000010 | e789b4e8929f69e789b4e8929f6942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)