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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??嚬? | 001111110011111110001111101101101110010000111111 | 3f3f8fb6e43f |
UTF-8 | 인젼嚬뤺 | 111011001001110110111000111011001010000010111100111001011001101010101100111010111010010010111010 | ec9db8eca0bce59aaceba4ba |
UHC | 인젼嚬뤺 | 1100000011001110110000011010111111011110101011011000111111101000 | c0cec1afdead8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)