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 | 霖ホ骼ィ叱霖 | 11101000110000011100111011101001100011101010100010001110101101101110100011000001 | e8c1cee98ea88eb6e8c1 |
EUC-JP | 霖ホ骼ィ叱霖 | 111100001100001110001110110011101111000111101110100011101010100010111100101110001111000011000011 | f0c38ecef1ee8ea8bcb8f0c3 |
UTF-8 | 霖ホ骼ィ叱霖 | 111010011001110010010110111011111011111010001110111010011010101010111100111011111011110110101000111001011000111110110001111010011001110010010110 | e99c96efbe8ee9aabcefbda8e58fb1e99c96 |
UHC | 霖???叱霖 | 110101111111110100111111001111110011111111110010111010101101011111111101 | d7fd3f3f3ff2ead7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)