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 | 爰贍祥 | 111000001010011111100110110101101000111111001011 | e0a7e6d68fcb |
EUC-JP | 爰贍祥 | 111000001010100111101100110110001011111011001101 | e0a9ecd8becd |
UTF-8 | 爰贍祥 | 111001111000100010110000111010001011010010001101111001111010010110100101 | e788b0e8b48de7a5a5 |
UHC | 爰贍祥 | 111010101011101011100000111010111101111111010100 | eabae0ebdfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)