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 | 1000111110101011101001000110100001101001100011111010101110100100011010000110100101000010 | 8faba468698faba4686942 |
EUC-JP | 将、hi将、hiB | 10111110101011011000111010100100011010000110100110111110101011011000111010100100011010000110100101000010 | bead8ea46869bead8ea4686942 |
UTF-8 | 将、hi将、hiB | 1110010110110000100001101110111110111101101001000110100001101001111001011011000010000110111011111011110110100100011010000110100101000010 | e5b086efbda46869e5b086efbda4686942 |
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)