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 | 絶??蹶 | 100100001110001000111111001111111110011101001011 | 90e23f3fe74b |
EUC-JP | 絶??蹶 | 110000001110010000111111001111111110110110101100 | c0e43f3fedac |
UTF-8 | 絶껅븬蹶 | 111001111011010110110110111010101011101110000101111010111011100010101100111010001011100110110110 | e7b5b6eabb85ebb8ace8b9b6 |
UHC | 絶껅븬蹶 | 1110111110111110100000111110011010010101100101011100111111110011 | efbe83e69595cff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)