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 | 鳫宍涬鹿 | 1110100111101101100011101011001111111011010000011000111010101101 | e9ed8eb3fb418ead |
EUC-JP | 鳫宍涬鹿 | 111100101110111110111100101101011000111111000111110011111011110010101111 | f2efbcb58fc7cfbcaf |
UTF-8 | 鳫宍涬鹿 | 111010011011001110101011111001011010111010001101111001101011011010101100111010011011100110111111 | e9b3abe5ae8de6b6ace9b9bf |
UHC | ???鹿 | 0011111100111111001111111101011011100011 | 3f3f3fd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)