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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 惟??惟??^ | 100010001101001000111111001111111000100011010010001111110011111101011110 | 88d23f3f88d23f3f5e |
EUC-JP | 惟??惟??^ | 101100001101010000111111001111111011000011010100001111110011111101011110 | b0d43f3fb0d43f3f5e |
UTF-8 | 惟몇꺄惟몇꺄^ | 11100110100000111001111111101011101010101000011111101010101110101000010011100110100000111001111111101011101010101000011111101010101110101000010001011110 | e6839febaa87eaba84e6839febaa87eaba845e |
UHC | 惟몇꺄惟몇꺄^ | 11101010111011101011100011101110101100101010010111101010111011101011100011101110101100101010010101011110 | eaeeb8eeb2a5eaeeb8eeb2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)