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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 游??^ | 1001111111100000001111110011111101011110 | 9fe03f3f5e |
EUC-JP | 游??^ | 1101111011100010001111110011111101011110 | dee23f3f5e |
UTF-8 | 游욎돡^ | 11100110101110001011100011101100100110101000111011101011100011111010000101011110 | e6b8b8ec9a8eeb8fa15e |
UHC | 游욎돡^ | 11101010111111011001111011101100100010011010011001011110 | eafd9eec89a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)