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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?寒漿?荏 | 0011111110001010101001101001111111110111001111111000100101100000 | 3f8aa69ff73f8960 |
EUC-JP | ?寒漿?荏 | 0011111110110100101010001101111011111001001111111011000111000001 | 3fb4a8def93fb1c1 |
UTF-8 | 뤋寒漿㎃荏 | 111010111010010010001011111001011010111110010010111001101011110010111111111000111000111010000011111010001000110110001111 | eba48be5af92e6bcbfe38e83e88d8f |
UHC | 뤋寒漿㎃荏 | 10001111101110111111100111001110111011011110110010100111110011001110110011111011 | 8fbbf9ceedeca7ccecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)