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 | 礙栞徨琲 | 1110001001000111100111100111100010011100011100101110000011101000 | e2479e789c72e0e8 |
EUC-JP | 礙栞徨琲 | 1110001110101000110110111101100111010111110100111110000011101010 | e3a8dbd9d7d3e0ea |
UTF-8 | 礙栞徨琲 | 111001111010010010011001111001101010000010011110111001011011111010101000111001111001000010110010 | e7a499e6a09ee5bea8e790b2 |
UHC | ??徨? | 0011111100111111111111001100011100111111 | 3f3ffcc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)