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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 永??飮?V | 1000100101101001001111110011111110011111010110100011111101010110 | 89693f3f9f5a3f56 |
EUC-JP | 永??飮?V | 1011000111001010001111110011111111011101101110110011111101010110 | b1ca3f3fddbb3f56 |
UTF-8 | 永띕낑飮콾V | 11100110101100001011100011101011100111011001010111101011100000101001000111101001101000111010111011101100101111011011111001010110 | e6b0b8eb9d95eb8291e9a3aeecbdbe56 |
UHC | 永띕낑飮콾V | 1110011110110101101101101110101110110011101010011110101111100110101100100100111001010110 | e7b5b6ebb3a9ebe6b24e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)