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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 闔ィ蛹サ繧ェ^ | 11101000100011101010100011100101100011001011101111100011100000101010101001011110 | e88ea8e58cbbe382aa5e |
EUC-JP | 闔ィ蛹サ繧ェ^ | 11101111111011101000111010101000111010011110110010001110101110111110010111100010100011101010101001011110 | efee8ea8e9ec8ebbe5e28eaa5e |
UTF-8 | 闔ィ蛹サ繧ェ^ | 11101001100101111001010011101111101111011010100011101000100110111011100111101111101111011011101111100111101110011010011111101111101111011010101001011110 | e99794efbda8e89bb9efbdbbe7b9a7efbdaa5e |
UHC | 闔?????^ | 1111100111101111001111110011111100111111001111110011111101011110 | f9ef3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)