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 | セ耒イセ耒イ^ | 101111101110001111001110101100101011111011100011110011101011001001011110 | bee3ceb2bee3ceb25e |
EUC-JP | セ耒イセ耒イ^ | 10001110101111101110011011010000100011101011001010001110101111101110011011010000100011101011001001011110 | 8ebee6d08eb28ebee6d08eb25e |
UTF-8 | セ耒イセ耒イ^ | 11101111101111011011111011101000100000001001001011101111101111011011001011101111101111011011111011101000100000001001001011101111101111011011001001011110 | efbdbee88092efbdb2efbdbee88092efbdb25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)