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 | 1001000101010101100100111110100101101001100100010101010110010011111010010110100101000010 | 915593e969915593e96942 |
EUC-JP | 繕馴i繕馴iB | 1100000110110110110001101110101101101001110000011011011011000110111010110110100101000010 | c1b6c6eb69c1b6c6eb6942 |
UTF-8 | 繕馴i繕馴iB | 111001111011100110010101111010011010011010110100011010011110011110111001100101011110100110100110101101000110100101000010 | e7b995e9a6b469e7b995e9a6b46942 |
UHC | 繕馴i繕馴iB | 1110000011001011111000101111100001101001111000001100101111100010111110000110100101000010 | e0cbe2f869e0cbe2f86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)