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 | 譽ケ阡ャ | 111001101010001110111001111010001001010010101100 | e6a3b9e894ac |
EUC-JP | 譽ケ阡ャ | 1110110010100101100011101011100111101111111101001000111010101100 | eca58eb9eff48eac |
UTF-8 | 譽ケ阡ャ | 111010001010110110111101111011111011110110111001111010011001100010100001111011111011110110101100 | e8adbdefbdb9e998a1efbdac |
UHC | 譽?阡? | 111001111110001000111111111101001100011000111111 | e7e23ff4c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)