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 | 轢∴畿粐 | 1110011110000000100000011000100010001011010001011110001011100010 | e78081888b45e2e2 |
EUC-JP | 轢∴畿粐 | 1110110111100000101000011110100010110101101001101110010011100100 | ede0a1e8b5a6e4e4 |
UTF-8 | 轢∴畿粐 | 111010001011110110100010111000101000100010110100111001111001010110111111111001111011001010010000 | e8bda2e288b4e795bfe7b290 |
UHC | 轢∴畿? | 11010101111110011010000111000101110100011011001000111111 | d5f9a1c5d1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)