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 | 赭∴畿粐 | 1110011011011110100000011000100010001011010001011110001011100010 | e6de81888b45e2e2 |
EUC-JP | 赭∴畿粐 | 1110110011100000101000011110100010110101101001101110010011100100 | ece0a1e8b5a6e4e4 |
UTF-8 | 赭∴畿粐 | 111010001011010110101101111000101000100010110100111001111001010110111111111001111011001010010000 | e8b5ade288b4e795bfe7b290 |
UHC | ?∴畿? | 001111111010000111000101110100011011001000111111 | 3fa1c5d1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)