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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫丈ソ | 11110000111011111000111010110000100011111110010010111111 | f0ef8eb08fe4bf |
EUC-JP | ?鴫丈ソ | 00111111101111001011001010111110111001101000111010111111 | 3fbcb2bee68ebf |
UTF-8 | 鴫丈ソ | 111011101000001010101110111010011011010010101011111001001011100010001000111011111011110110111111 | ee82aee9b4abe4b888efbdbf |
UHC | ??丈? | 0011111100111111111011011101101100111111 | 3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)