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 | 荳ケ蟾ス陲冶 | 11100100101110001011100111100101101101111011110111101000101000101001011011101000 | e4b8b9e5b7bde8a296e8 |
EUC-JP | 荳ケ蟾ス陲冶 | 111010001011101010001110101110011110101010111001100011101011110111110000101001001100110011101010 | e8ba8eb9eab98ebdf0a4ccea |
UTF-8 | 荳ケ蟾ス陲冶 | 111010001000110110110011111011111011110110111001111010001001111110111110111011111011110110111101111010011001100110110010111001011000011010110110 | e88db3efbdb9e89fbeefbdbde999b2e586b6 |
UHC | 荳?蟾??冶 | 110101001110010100111111111000001110101000111111001111111110010110100111 | d4e53fe0ea3f3fe5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)