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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鋧七澵スニ^ | 111110111100111110001110101101011111101101001100101111011100011001011110 | fbcf8eb5fb4cbdc65e |
EUC-JP | 鋧七澵スニ^ | 10001111111001001100101110111100101101111000111111001000111110001000111010111101100011101100011001011110 | 8fe4cbbcb78fc8f88ebd8ec65e |
UTF-8 | 鋧七澵スニ^ | 11101001100010111010011111100100101110001000001111100110101111101011010111101111101111011011110111101111101111101000011001011110 | e98ba7e4b883e6beb5efbdbdefbe865e |
UHC | ?七???^ | 00111111111101101101001000111111001111110011111101011110 | 3ff6d23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)