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 | 顋冶崟跫ケ陞 | 1110100011111001100101101110100010011011101111101110011011101101101110011110100010011110 | e8f996e89bbee6edb9e89e |
EUC-JP | 顋冶崟跫ケ陞 | 111100001111101111001100111010101101011011000000111011001110111110001110101110011110111111111110 | f0fbccead6c0ecef8eb9effe |
UTF-8 | 顋冶崟跫ケ陞 | 111010011010000110001011111001011000011010110110111001011011010010011111111010001011011110101011111011111011110110111001111010011001100110011110 | e9a18be586b6e5b49fe8b7abefbdb9e9999e |
UHC | ?冶???陞 | 0011111111100101101001110011111100111111001111111110001110110011 | 3fe5a73f3f3fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)