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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 廩攷攷~ | 10011100010010001001110110111101100111011011110101111110 | 9c489dbd9dbd7e |
EUC-JP | 廩攷攷~ | 11010111101010011101101010111111110110101011111101111110 | d7a9dabfdabf7e |
UTF-8 | 廩攷攷~ | 11100101101110111010100111100110100101001011011111100110100101001011011101111110 | e5bba9e694b7e694b77e |
UHC | ?攷攷~ | 001111111100110110111001110011011011100101111110 | 3fcdb9cdb97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)