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 | 鄕擾セ樣囗 | 111110111011100010001111111011111011111010011110111010011001101010011000 | fbb88fefbe9ee99a98 |
EUC-JP | ?擾セ樣囗 | 001111111011111011110001100011101011111011011100111010111101001111111000 | 3fbef18ebedcebd3f8 |
UTF-8 | 鄕擾セ樣囗 | 111010011000010010010101111001101001001110111110111011111011110110111110111001101010100010100011111001011001101110010111 | e98495e693beefbdbee6a8a3e59b97 |
UHC | 鄕擾?樣? | 1111101011000001111010001111011000111111111001011100011000111111 | fac1e8f63fe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)