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 | 邏鈴ヲエ | 111001111011010010010111111010011010011010110100 | e7b497e9a6b4 |
EUC-JP | 邏鈴ヲエ | 1110111010110110110011101110101110001110101001101000111010110100 | eeb6ceeb8ea68eb4 |
UTF-8 | 邏鈴ヲエ | 111010011000001010001111111010011000100010110100111011111011110110100110111011111011110110110100 | e9828fe988b4efbda6efbdb4 |
UHC | 邏鈴?? | 110101011010010011010110110000100011111100111111 | d5a4d6c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)