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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鴫篠\ | 1000111010110000100011101100001001011100 | 8eb08ec25c |
EUC-JP | 鴫篠\ | 1011110010110010101111001100010001011100 | bcb2bcc45c |
UTF-8 | 鴫篠\ | 11101001101101001010101111100111101011111010000001011100 | e9b4abe7afa05c |
UHC | ?篠\ | 00111111111000011100011001011100 | 3fe1c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)