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 | ??hi??hiB | 001111110011111101101000011010010011111100111111011010000110100101000010 | 3f3f68693f3f686942 |
SJIS-WIN | テ「hiテ「hiB | 110000111010001001101000011010011100001110100010011010000110100101000010 | c3a26869c3a2686942 |
EUC-JP | テ「hiテ「hiB | 10001110110000111000111010100010011010000110100110001110110000111000111010100010011010000110100101000010 | 8ec38ea268698ec38ea2686942 |
UTF-8 | テ「hiテ「hiB | 1110111110111110100000111110111110111101101000100110100001101001111011111011111010000011111011111011110110100010011010000110100101000010 | efbe83efbda26869efbe83efbda2686942 |
UHC | ??hi??hiB | 001111110011111101101000011010010011111100111111011010000110100101000010 | 3f3f68693f3f686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)