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 | 実勺捨戝柴 | 10001110110000001000111011011001100011101100110011100110110000011000111011000100 | 8ec08ed98ecce6c18ec4 |
EUC-JP | 実勺捨戝柴 | 10111100110000101011110011011011101111001100111011101100110000111011110011000110 | bcc2bcdbbcceecc3bcc6 |
UTF-8 | 実勺捨戝柴 | 111001011010111010011111111001011000101110111010111001101000110110101000111001101000100010011101111001101001111110110100 | e5ae9fe58bbae68da8e6889de69fb4 |
UHC | ?勺捨?柴 | 0011111111101101110000111101111011010111001111111110001111000011 | 3fedc3ded73fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)