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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟆衆讌秘し | 11100101101100001000111101001111111001101010010110010100111010011000001010110101 | e5b08f4fe6a594e982b5 |
EUC-JP | 蟆衆讌秘し | 11101010101100101011110110110000111011001010011111001000111010111010010010110111 | eab2bdb0eca7c8eba4b7 |
UTF-8 | 蟆衆讌秘し | 111010001001111110000110111010001010000110000110111010001010111010001100111001111010011110011000111000111000000110010111 | e89f86e8a186e8ae8ce7a798e38197 |
UHC | ?衆?秘し | 0011111111110001111010110011111111011101111110101010101010110111 | 3ff1eb3fddfaaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)