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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 箘汐}Y箘汐}bE | 11100010101011101000111010101100011111010101100111100010101011101000111010101100011111010110001001000101 | e2ae8eac7d59e2ae8eac7d6245 |
EUC-JP | 箘汐}Y箘汐}bE | 11100100101100001011110010101110011111010101100111100100101100001011110010101110011111010110001001000101 | e4b0bcae7d59e4b0bcae7d6245 |
UTF-8 | 箘汐}Y箘汐}bE | 1110011110101110100110001110011010110001100100000111110101011001111001111010111010011000111001101011000110010000011111010110001001000101 | e7ae98e6b1907d59e7ae98e6b1907d6245 |
UHC | ?汐}Y?汐}bE | 0011111111100000101100010111110101011001001111111110000010110001011111010110001001000101 | 3fe0b17d593fe0b17d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)