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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 指?輦運富 | 100011100111011100111111111001110111001010001001010111101001010101111000 | 8e773fe772895e9578 |
EUC-JP | 指?輦運富 | 101110111101100000111111111011011101001110110001101111111100100111011001 | bbd83fedd3b1bfc9d9 |
UTF-8 | 指폴輦運富 | 111001101000110010000111111011011000111110110100111010001011110010100110111010011000000110001011111001011010111110001100 | e68c87ed8fb4e8bca6e9818be5af8c |
UHC | 指폴輦運富 | 11110010101001101100011011111010110101101010011011101010101000011101110110100011 | f2a6c6fad6a6eaa1dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)