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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芍ル洲蟾 | 1110010010001001100000111000101110001111010001101110010110110111 | e489838b8f46e5b7 |
EUC-JP | 芍ル洲蟾 | 1110011111101001101001011110101110111101101001111110101010111001 | e7e9a5ebbda7eab9 |
UTF-8 | 芍ル洲蟾 | 111010001000101010001101111000111000001110101011111001101011010010110010111010001001111110111110 | e88a8de383abe6b4b2e89fbe |
UHC | 芍ル洲蟾 | 1110110111001011101010111110101111110001101111011110000011101010 | edcbabebf1bde0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)