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 | 逋イ崧械 | 11100111100110011011001011111010101011111000101001000010 | e799b2faaf8a42 |
EUC-JP | 逋イ崧械 | 111011011111100110001110101100101000111110111011110010101011001110100011 | edf98eb28fbbcab3a3 |
UTF-8 | 逋イ崧械 | 111010011000000010001011111011111011110110110010111001011011010010100111111001101010001010110000 | e9808befbdb2e5b4a7e6a2b0 |
UHC | 逋?崧械 | 11111000111001110011111111100010111111101100110011111110 | f8e73fe2feccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)