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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 逕」h逕」 | 11100111100101001010001101101000111001111001010010100011 | e794a368e794a3 |
EUC-JP | 逕」h逕」 | 111011011111010010001110101000110110100011101101111101001000111010100011 | edf48ea368edf48ea3 |
UTF-8 | 逕」h逕」 | 11101001100000001001010111101111101111011010001101101000111010011000000010010101111011111011110110100011 | e98095efbda368e98095efbda3 |
UHC | 逕?h逕? | 11001100111011110011111101101000110011001110111100111111 | ccef3f68ccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)