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 | 捨柴シェ | 1111001011101101100011101100110010001110110001001011110010101010 | f2ed8ecc8ec4bcaa |
EUC-JP | ?捨柴シェ | 001111111011110011001110101111001100011010001110101111001000111010101010 | 3fbccebcc68ebc8eaa |
UTF-8 | 捨柴シェ | 111011101000100010100100111001101000110110101000111001101001111110110100111011111011110110111100111011111011110110101010 | ee88a4e68da8e69fb4efbdbcefbdaa |
UHC | ?捨柴?? | 00111111110111101101011111100011110000110011111100111111 | 3fded7e3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)