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 | 畯經?畯 | 11111011011011111110001101010011001111111111101101101111 | fb6fe3533ffb6f |
EUC-JP | 畯經?畯 | 100011111100110110111011111001011011010000111111100011111100110110111011 | 8fcdbbe5b43f8fcdbb |
UTF-8 | 畯經툐畯 | 111001111001010110101111111001111011011010010011111011011000100010010000111001111001010110101111 | e795afe7b693ed8890e795af |
UHC | 畯經툐畯 | 1111000111100001110011001110100011000101111101001111000111100001 | f1e1cce8c5f4f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)