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 | 闌俶叙遽 | 1110100010001100100110001110011010001111100101101110011110101111 | e88c98e68f96e7af |
EUC-JP | 闌俶叙遽 | 1110111111101100110100001110100010111101111101101110111010110001 | efecd0e8bdf6eeb1 |
UTF-8 | 闌俶叙遽 | 111010011001011110001100111001001011111110110110111001011000111110011001111010011000000110111101 | e9978ce4bfb6e58f99e981bd |
UHC | ???遽 | 0011111100111111001111111100101111101000 | 3f3f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)