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 | 爰贍祥 | 1110000010100111111001101101011010001111110010111111100110111100 | e0a7e6d68fcbf9bc |
EUC-JP | 爰贍祥? | 11100000101010011110110011011000101111101100110100111111 | e0a9ecd8becd3f |
UTF-8 | 爰贍祥 | 111001111000100010110000111010001011010010001101111001111010010110100101111011101001110010010111 | e788b0e8b48de7a5a5ee9c97 |
UHC | 爰贍祥? | 11101010101110101110000011101011110111111101010000111111 | eabae0ebdfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)