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 | 褂庭「ィ逾 | 1110010111100110100100101110101110100010101010001110011110100101 | e5e692eba2a8e7a5 |
EUC-JP | 褂庭「ィ逾 | 11101010111010001100010011101101100011101010001010001110101010001110111010100111 | eae8c4ed8ea28ea8eea7 |
UTF-8 | 褂庭「ィ逾 | 111010001010010010000010111001011011101010101101111011111011110110100010111011111011110110101000111010011000000010111110 | e8a482e5baadefbda2efbda8e980be |
UHC | ?庭??逾 | 00111111111011111101010000111111001111111110101110110101 | 3fefd43f3febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)