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 | 哉潘?? | 100011011100011011100000010011100011111100111111 | 8dc6e04e3f3f |
EUC-JP | 哉潘?? | 101110101100100011011111101011110011111100111111 | bac8dfaf3f3f |
UTF-8 | 哉潘렕렯 | 111001011001001110001001111001101011110110011000111010111010000010010101111010111010000010101111 | e59389e6bd98eba095eba0af |
UHC | 哉潘렕렯 | 1110111010100011110110101110101110001110101010101000111010111100 | eea3daeb8eaa8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)