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 | 闔忌?呈脅^ | 11101000100011101000101011110101001111111001001011100110100010111011101001011110 | e88e8af53f92e68bba5e |
EUC-JP | 闔忌?呈脅^ | 11101111111011101011010011110111001111111100010011101000101101101011110001011110 | efeeb4f73fc4e8b6bc5e |
UTF-8 | 闔忌쌆呈脅^ | 11101001100101111001010011100101101111111000110011101100100011001000011011100101100100011000100011101000100001001000010101011110 | e99794e5bf8cec8c86e59188e884855e |
UHC | 闔忌쌆呈脅^ | 1111100111101111110100001111101110011010111110011110111111010000111110101111011001011110 | f9efd0fb9af9efd0faf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)