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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????殃 | 0011111100111111001111110011111100111111001111111001111101101001 | 3f3f3f3f3f3f9f69 |
EUC-JP | ??????殃 | 0011111100111111001111110011111100111111001111111101110111001010 | 3f3f3f3f3f3fddca |
UTF-8 | 溜븐뻐溜뤿졋殃 | 111011111010011110001011111010111011100010010000111010111011101110010000111011111010011110001011111010111010010010111111111011001010000110001011111001101010111010000011 | efa78bebb890ebbb90efa78beba4bfeca18be6ae83 |
UHC | 溜븐뻐溜뤿졋殃 | 1110101011111110101110101110110010111011101101011110101011111110100011111110101110100000101110101110010011101010 | eafebaecbbb5eafe8feba0bae4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)