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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
UTF-8 | 閱ㅸ뱧^ | 11101001100101101011000111100011100001011011100011101011101100011010011101011110 | e996b1e385b8ebb1a75e |
UHC | 閱ㅸ뱧^ | 11100110111100111010010011101000100100111000110101011110 | e6f3a4e8938d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)