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 | ??枉??往^ | 001111110011111110011110010111010011111100111111100010011001110101011110 | 3f3f9e5d3f3f899d5e |
EUC-JP | ??枉??往^ | 001111110011111111011011101111100011111100111111101100011111110101011110 | 3f3fdbbe3f3fb1fd5e |
UTF-8 | 닯뤝枉닯뤝往^ | 11101011100010111010111111101011101001001001110111100110100111101000100111101011100010111010111111101011101001001001110111100101101111101000000001011110 | eb8bafeba49de69e89eb8bafeba49de5be805e |
UHC | 닯뤝枉닯뤝往^ | 10110100111000011000111111001100111010001101101110110100111000011000111111001100111010001101100101011110 | b4e18fcce8dbb4e18fcce8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)