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 | 鞳乞悪雖 | 1110100011100011100011001110111010001000101010111110010110101011 | e8e38cee88abe5ab |
EUC-JP | 鞳乞悪雖 | 1111000011100101101110001111000010110000101011011110101010101101 | f0e5b8f0b0adeaad |
UTF-8 | 鞳乞悪雖 | 111010011001111010110011111001001011100110011110111001101000001010101010111010011001101110010110 | e99eb3e4b99ee682aae99b96 |
UHC | ?乞?雖 | 001111111100101111110111001111111110001011001100 | 3fcbf73fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)