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 | チ「゚ン | 11000001101000101101111111011101 | c1a2dfdd |
EUC-JP | チ「゚ン | 1000111011000001100011101010001010001110110111111000111011011101 | 8ec18ea28edf8edd |
UTF-8 | チ「゚ン | 111011111011111010000001111011111011110110100010111011111011111010011111111011111011111010011101 | efbe81efbda2efbe9fefbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)