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 | ルケ硅\ | 1101100110111001111000011110100101011100 | d9b9e1e95c |
EUC-JP | ルケ硅\ | 10001110110110011000111010111001111000101110101101011100 | 8ed98eb9e2eb5c |
UTF-8 | ルケ硅\ | 11101111101111101001100111101111101111011011100111100111101000011000010101011100 | efbe99efbdb9e7a1855c |
UHC | ??硅\ | 0011111100111111110100001010100101011100 | 3f3fd0a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)