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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬱?霆? | 100111110101010000111111111010001011101100111111 | 9f543fe8bb3f |
EUC-JP | 鬱?霆? | 110111011011010100111111111100001011110100111111 | ddb53ff0bd3f |
UTF-8 | 鬱렩霆쇼 | 111010011010110010110001111010111010000010101001111010011001110010000110111011001000011110111100 | e9acb1eba0a9e99c86ec87bc |
UHC | 鬱렩霆쇼 | 1110101010100110100011101011011111101111111111011011110011101110 | eaa68eb7effdbcee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)