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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 雎ク鄂ォ] | 11101000101100011011100011100111101111011010101101011101 | e8b1b8e7bdab5d |
EUC-JP | 雎ク鄂ォ] | 111100001011001110001110101110001110111010111111100011101010101101011101 | f0b38eb8eebf8eab5d |
UTF-8 | 雎ク鄂ォ] | 11101001100110111000111011101111101111011011100011101001100001001000001011101111101111011010101101011101 | e99b8eefbdb8e98482efbdab5d |
UHC | 雎?鄂?] | 11101110110100010011111111100100110001110011111101011101 | eed13fe4c73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)