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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 曜??\ | 1001011101101010001111110011111101011100 | 976a3f3f5c |
EUC-JP | 曜??\ | 1100110111001011001111110011111101011100 | cdcb3f3f5c |
UTF-8 | 曜댈닧\ | 11100110100110111001110011101011100011001000100011101011100010111010011101011100 | e69b9ceb8c88eb8ba75c |
UHC | 曜댈닧\ | 11101000111110001011010011101110100010001010001101011100 | e8f8b4ee88a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)