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 | 篠赦 | 111100101110001010001110110000101000111011001101 | f2e28ec28ecd |
EUC-JP | ?篠赦 | 0011111110111100110001001011110011001111 | 3fbcc4bccf |
UTF-8 | 篠赦 | 111011101000100010011001111001111010111110100000111010001011010110100110 | ee8899e7afa0e8b5a6 |
UHC | ?篠赦 | 0011111111100001110001101101111011110101 | 3fe1c6def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)