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 | 闔ェ蛯第侍^ | 11101000100011101010101011100101100000101001000111100110100011101001100001011110 | e88eaae58291e68e985e |
EUC-JP | 闔ェ蛯第侍^ | 1110111111101110100011101010101011101001111000101100001011101000101110111111100001011110 | efee8eaae9e2c2e8bbf85e |
UTF-8 | 闔ェ蛯第侍^ | 11101001100101111001010011101111101111011010101011101000100110111010111111100111101011001010110011100100101111101000110101011110 | e99794efbdaae89bafe7acace4be8d5e |
UHC | 闔??第侍^ | 111110011110111100111111001111111111000010101111111000111011010001011110 | f9ef3f3ff0afe3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)