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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赦篠而 | 100011101100110110001110110000101000111010100111 | 8ecd8ec28ea7 |
EUC-JP | 赦篠而 | 101111001100111110111100110001001011110010101001 | bccfbcc4bca9 |
UTF-8 | 赦篠而 | 111010001011010110100110111001111010111110100000111010001000000010001100 | e8b5a6e7afa0e8808c |
UHC | 赦篠而 | 110111101111010111100001110001101110110010111011 | def5e1c6ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)