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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 鴫質e^ | 11110000110000001000111010110000111100001100000010001110101111110110010101011110 | f0c08eb0f0c08ebf655e |
EUC-JP | ?鴫?質e^ | 0011111110111100101100100011111110111100110000010110010101011110 | 3fbcb23fbcc1655e |
UTF-8 | 鴫質e^ | 1110111010000001101111111110100110110100101010111110111010000001101111111110100010110011101010100110010101011110 | ee81bfe9b4abee81bfe8b3aa655e |
UHC | ???質e^ | 00111111001111110011111111110010111101010110010101011110 | 3f3f3ff2f5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)