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 | 紆?泄往 | 11100010111111000011111110011111100101011000100110011101 | e2fc3f9f95899d |
EUC-JP | 紆?泄往 | 11100100111111100011111111011101111101011011000111111101 | e4fe3fddf5b1fd |
UTF-8 | 紆숰泄往 | 111001111011010010000110111011001000100010110000111001101011001110000100111001011011111010000000 | e7b486ec88b0e6b384e5be80 |
UHC | 紆숰泄往 | 1110100111100001100110100100100011100000110111001110100011011001 | e9e19a48e0dce8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)