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 | 迺「迹歐 | 11100111100100101010001011100111100100011001111101011110 | e792a2e7919f5e |
EUC-JP | 迺「迹歐 | 1110110111110010100011101010001011101101111100011101110110111111 | edf28ea2edf1ddbf |
UTF-8 | 迺「迹歐 | 111010001011111110111010111011111011110110100010111010001011111110111001111001101010110110010000 | e8bfbaefbda2e8bfb9e6ad90 |
UHC | ??迹歐 | 001111110011111111101110111010011100111110110001 | 3f3feee9cfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)