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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襍カ閾・譽坑 | 11101000101101011011011011101000100001111010010111100110101000111000110101000010 | e8b5b6e887a5e6a38d42 |
EUC-JP | 襍カ閾・譽坑 | 111100001011011110001110101101101110111111100111100011101010010111101100101001011011100110100011 | f0b78eb6efe78ea5eca5b9a3 |
UTF-8 | 襍カ閾・譽坑 | 111010001010010110001101111011111011110110110110111010011001011010111110111011111011110110100101111010001010110110111101111001011001110110010001 | e8a58defbdb6e996beefbda5e8adbde59d91 |
UHC | ????譽坑 | 0011111100111111001111110011111111100111111000101100101111010101 | 3f3f3f3fe7e2cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)