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 | 荏??\ | 1000100101100000001111110011111101011100 | 89603f3f5c |
EUC-JP | 荏??\ | 1011000111000001001111110011111101011100 | b1c13f3f5c |
UTF-8 | 荏졼룜\ | 11101000100011011000111111101100101000011011110011101011101000111001110001011100 | e88d8feca1bceba39c5c |
UHC | 荏졼룜\ | 11101100111110111010000011100011100011111001100001011100 | ecfba0e38f985c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)