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 | 莎倶ソ\ | 11100100101100111000101111100100100000110101110001011100 | e4b38be4835c5c |
EUC-JP | 莎倶ソ\ | 11101000101101011011011011100110101001011011110101011100 | e8b5b6e6a5bd5c |
UTF-8 | 莎倶ソ\ | 11101000100011101000111011100101100000001011011011100011100000101011110101011100 | e88e8ee580b6e382bd5c |
UHC | 莎?ソ\ | 110111101110110100111111101010111011110101011100 | deed3fabbd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)