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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 闕オ讙主匡^ | 11101000100011011011010111100110101010101000111011100101100010111010011101011110 | e88db5e6aa8ee58ba75e |
EUC-JP | 闕オ讙主匡^ | 1110111111101101100011101011010111101100101011001011110011100111101101101010100101011110 | efed8eb5ecacbce7b6a95e |
UTF-8 | 闕オ讙主匡^ | 11101001100101111001010111101111101111011011010111101000101011101001100111100100101110001011101111100101100011001010000101011110 | e99795efbdb5e8ae99e4b8bbe58ca15e |
UHC | 闕??主匡^ | 110011111111010000111111001111111111000110101011110011101100010001011110 | cff43f3ff1abcec45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)