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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 游??L | 1001111111100000001111110011111101001100 | 9fe03f3f4c |
EUC-JP | 游??L | 1101111011100010001111110011111101001100 | dee23f3f4c |
UTF-8 | 游쭹뱌L | 11100110101110001011100011101100101011011011100111101011101100011000110001001100 | e6b8b8ecadb9ebb18c4c |
UHC | 游쭹뱌L | 11101010111111011100001011100111101110011111001001001100 | eafdc2e7b9f24c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)